Html Css Color HEX #9C6A14 Golden Brown

📋 copy color: '#9C6A14'

red 156 ◦ green 106 ◦ blue 20

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

Shades of Golden Brown #9C6A14

Tints of Golden Brown #9C6A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.59%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 55.32%
G = 37.59%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C6A14 (or 0x9C6A14) is known color: Golden Brown. HEX triplet: 9C, 6A and 14. RGB value is (156,106,20). Sum of RGB (Red+Green+Blue) = 156+106+20=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6A14 is #6395EB. Grayscale: #6F6F6F. Windows color (decimal): -6526444 or 1338012. OLE color: 1338012.

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

Color convert

RGB 156 106 20 -
CMYK 0 0.32 0.87 0.39
HSL 37.94º 0.77% 0.35% -
HSV(B) 37.94º 0.87% 0.61% -
XYZ 18.99 17.43 3.02 -
YUV 111.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 156 106 20 0 0.32 0.87 0.39 37.94 0.77 0.35
Hex 9C 6A 14 0 20 57 27 26 4D 23
Octal 234 152 24 0 40 127 47 46 115 43
Binary 10011100 1101010 10100 0 100000 1010111 100111 100110 1001101 100011

Color Harmonies of #9C6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A14

Black with #9C6A14

Text Example


Text Example

White with #9C6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,106,20); }

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

background-color css

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

 a { background-color: rgb(156,106,20); }

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

border-color css

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

 span { border-color: rgb(156,106,20); }

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