Html Css Color HEX #9C5616 Golden Brown

📋 copy color: '#9C5616'

red 156 ◦ green 86 ◦ blue 22

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

Shades of Golden Brown #9C5616

Tints of Golden Brown #9C5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.58%

 BLUE value IS 22 (8.98% from 255) = 8.33%

R = 59.09%
G = 32.58%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C5616 (or 0x9C5616) is known color: Golden Brown. HEX triplet: 9C, 56 and 16. RGB value is (156,86,22). Sum of RGB (Red+Green+Blue) = 156+86+22=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5616 is #63A9E9. Grayscale: #636363. Windows color (decimal): -6531562 or 1463964. OLE color: 1463964.

HSL color Cylindrical-coordinate representation of color #9C5616: hue angle of 28.66º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C5616 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 86 22 -
CMYK 0 0.45 0.86 0.39
HSL 28.66º 0.75% 0.35% -
HSV(B) 28.66º 0.86% 0.61% -
XYZ 17.18 13.78 2.51 -
YUV 99.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 156 86 22 0 0.45 0.86 0.39 28.66 0.75 0.35
Hex 9C 56 16 0 2D 56 27 1D 4B 23
Octal 234 126 26 0 55 126 47 35 113 43
Binary 10011100 1010110 10110 0 101101 1010110 100111 11101 1001011 100011

Color Harmonies of #9C5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5616

Black with #9C5616

Text Example


Text Example

White with #9C5616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,86,22); }

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

background-color css

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

 a { background-color: rgb(156,86,22); }

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

border-color css

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

 span { border-color: rgb(156,86,22); }

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