Html Css Color HEX #9C6A18 Golden Brown

📋 copy color: '#9C6A18'

red 156 ◦ green 106 ◦ blue 24

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

Shades of Golden Brown #9C6A18

Tints of Golden Brown #9C6A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.39%

R = 54.55%
G = 37.06%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C6A18 (or 0x9C6A18) is known color: Golden Brown. HEX triplet: 9C, 6A and 18. RGB value is (156,106,24). Sum of RGB (Red+Green+Blue) = 156+106+24=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6A18 is #6395E7. Grayscale: #6F6F6F. Windows color (decimal): -6526440 or 1600156. OLE color: 1600156.

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

Color convert

RGB 156 106 24 -
CMYK 0 0.32 0.85 0.39
HSL 37.27º 0.73% 0.35% -
HSV(B) 37.27º 0.85% 0.61% -
XYZ 19.03 17.44 3.23 -
YUV 111.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 156 106 24 0 0.32 0.85 0.39 37.27 0.73 0.35
Hex 9C 6A 18 0 20 55 27 25 49 23
Octal 234 152 30 0 40 125 47 45 111 43
Binary 10011100 1101010 11000 0 100000 1010101 100111 100101 1001001 100011

Color Harmonies of #9C6A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A18

Black with #9C6A18

Text Example


Text Example

White with #9C6A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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