Color Hex Logo

#9d6e01 Color Hex

#9D6E01
(157,110,1)
0 Favorites   0 Comments

Color spaces of #9d6e01

RGB 1571101
HSL0.120.990.31
HSV42°99°62°
CMYK 0.000.300.99   0.38
XYZ19.486018.32222.5382
Yxy18.32220.48300.4541
Hunter Lab42.80446.351426.4474
CIE-Lab49.884610.840056.4614

#9d6e01 color RGB value is (157,110,1).

#9d6e01 hex color red value is 157, green value is 110 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #9d6e01 hue: 0.12 , saturation: 0.99 and the lightness value of 9d6e01 is 0.31.

The process color (four color CMYK) of #9d6e01 color hex is 0.00, 0.30, 0.99, 0.38. Web safe color of #9d6e01 is #996600. Color #9d6e01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01101110 00000001
Octal 235 156 1
Decimal 157 110 1
Hex 9D 6E 1

RGB Percentages of Color #9d6e01

%58.58
%41.04
%0.37

CMYK Percentages of Color #9d6e01

%0
%30
%99
%38

Triadic Colors of #9d6e01

#9d6e01 #019d6e #6e019d

Analogous Colors of #9d6e01

#9d6e01 #7e9d01 #9d2001

Monochromatic Colors of #9d6e01

#9d6e01

Complementary Color

#9d6e01 #01309d

#9d6e01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d6e01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d6e01 Color CSS Codes

.mybgcolor {background-color:#9d6e01; } 
.myforecolor {color:#9d6e01; }
.mybordercolor {border:3px solid #9d6e01; }

#9d6e01 Text Font Color

<p style="color:#9d6e01">Text here</p>

This sample text font color is #9d6e01
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9d6e01 Background Color

<div style="background-color:#9d6e01">
Div content here</div>

This div background color is #9d6e01


#9d6e01 Border Color

<div style="border:3px solid #9d6e01">
Div here</div>

This div border color is #9d6e01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,110,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d6e01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d6e01;
  -webkit-box-shadow: 1px 1px 3px 2px #9d6e01;
  box-shadow:         1px 1px 3px 2px #9d6e01; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,110,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9d6e01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9d6e01;
  -webkit-box-shadow: 1px 1px 3px 2px #9d6e01;
  box-shadow:         1px 1px 3px 2px #9d6e01;">
Div content here</div>

This div box has shadow with color #9d6e01


Comments

No comments written yet.

Please login to write comment.