Html Css Color HEX #9C6518 Golden Brown

📋 copy color: '#9C6518'

red 156 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #9C6518

Tints of Golden Brown #9C6518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 55.52%
G = 35.94%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C6518 (or 0x9C6518) is known color: Golden Brown. HEX triplet: 9C, 65 and 18. RGB value is (156,101,24). Sum of RGB (Red+Green+Blue) = 156+101+24=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6518 is #639AE7. Grayscale: #6D6D6D. Windows color (decimal): -6527720 or 1598876. OLE color: 1598876.

HSL color Cylindrical-coordinate representation of color #9C6518: hue angle of 35º 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 #9C6518 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 101 24 -
CMYK 0 0.35 0.85 0.39
HSL 35º 0.73% 0.35% -
HSV(B) 35º 0.85% 0.61% -
XYZ 18.53 16.44 3.06 -
YUV 108.67 80.22 161.76 -
System Red Green Blue C M Y K H S L
Decimal 156 101 24 0 0.35 0.85 0.39 35 0.73 0.35
Hex 9C 65 18 0 23 55 27 23 49 23
Octal 234 145 30 0 43 125 47 43 111 43
Binary 10011100 1100101 11000 0 100011 1010101 100111 100011 1001001 100011

Color Harmonies of #9C6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6518

Black with #9C6518

Text Example


Text Example

White with #9C6518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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