Html Css Color HEX #9C6F11 Golden Brown

📋 copy color: '#9C6F11'

red 156 ◦ green 111 ◦ blue 17

#9C6F11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9C6F11

Tints of Golden Brown #9C6F11

RGB

 RED value IS 156 (61.33% from 255) = 54.93%

 GREEN value IS 111 (43.75% from 255) = 39.08%

 BLUE value IS 17 (7.03% from 255) = 5.99%

R = 54.93%
G = 39.08%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C6F11 (or 0x9C6F11) is known color: Golden Brown. HEX triplet: 9C, 6F and 11. RGB value is (156,111,17). Sum of RGB (Red+Green+Blue) = 156+111+17=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6F11 is #6390EE. Grayscale: #727272. Windows color (decimal): -6525167 or 1142684. OLE color: 1142684.

HSL color Cylindrical-coordinate representation of color #9C6F11: hue angle of 40.58º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C6F11 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 111 17 -
CMYK 0 0.29 0.89 0.39
HSL 40.58º 0.8% 0.34% -
HSV(B) 40.58º 0.89% 0.61% -
XYZ 19.5 18.48 3.07 -
YUV 113.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 156 111 17 0 0.29 0.89 0.39 40.58 0.8 0.34
Hex 9C 6F 11 0 1D 59 27 29 50 22
Octal 234 157 21 0 35 131 47 51 120 42
Binary 10011100 1101111 10001 0 11101 1011001 100111 101001 1010000 100010

Color Harmonies of #9C6F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6F11

Black with #9C6F11

Text Example


Text Example

White with #9C6F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6F11; }

 p { color: rgb(156,111,17); }

 H1.HeaderClassName
 {
   color: #9C6F11;
 }
 .AnyTagClassName
 {
   color: #9C6F11;
 }
</style>

background-color css

<style>
 a { background-color: #9C6F11; }

 a { background-color: rgb(156,111,17); }

 div.DivClassName
 {
   background-color: #9C6F11;
 }
 .BgClassName
 {
   background-color: #9C6F11;
 }
</style>

border-color css

<style>
 span { border-color: #9C6F11; }

 span { border-color: rgb(156,111,17); }

 td.TdClassName
 {
   border-color: #9C6F11;
 }
 .TagClassName
 {
   border-color: #9C6F11;
 }
</style>