Html Css Color HEX #9C6C20 Golden Brown

📋 copy color: '#9C6C20'

red 156 ◦ green 108 ◦ blue 32

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

Shades of Golden Brown #9C6C20

Tints of Golden Brown #9C6C20

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.49%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 52.7%
G = 36.49%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C6C20 (or 0x9C6C20) is known color: Golden Brown. HEX triplet: 9C, 6C and 20. RGB value is (156,108,32). Sum of RGB (Red+Green+Blue) = 156+108+32=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6C20 is #6393DF. Grayscale: #727272. Windows color (decimal): -6525920 or 2124956. OLE color: 2124956.

HSL color Cylindrical-coordinate representation of color #9C6C20: hue angle of 36.77º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C6C20 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 108 32 -
CMYK 0 0.31 0.79 0.39
HSL 36.77º 0.66% 0.37% -
HSV(B) 36.77º 0.79% 0.61% -
XYZ 19.33 17.9 3.8 -
YUV 113.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 156 108 32 0 0.31 0.79 0.39 36.77 0.66 0.37
Hex 9C 6C 20 0 1F 4F 27 25 42 25
Octal 234 154 40 0 37 117 47 45 102 45
Binary 10011100 1101100 100000 0 11111 1001111 100111 100101 1000010 100101

Color Harmonies of #9C6C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6C20

Black with #9C6C20

Text Example


Text Example

White with #9C6C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,108,32); }

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

background-color css

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

 a { background-color: rgb(156,108,32); }

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

border-color css

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

 span { border-color: rgb(156,108,32); }

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