Html Css Color HEX #9C6519 Golden Brown

📋 copy color: '#9C6519'

red 156 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #9C6519

Tints of Golden Brown #9C6519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.87%

R = 55.32%
G = 35.82%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C6519 (or 0x9C6519) is known color: Golden Brown. HEX triplet: 9C, 65 and 19. RGB value is (156,101,25). Sum of RGB (Red+Green+Blue) = 156+101+25=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6519 is #639AE6. Grayscale: #6D6D6D. Windows color (decimal): -6527719 or 1664412. OLE color: 1664412.

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

Color convert

RGB 156 101 25 -
CMYK 0 0.35 0.84 0.39
HSL 34.81º 0.72% 0.35% -
HSV(B) 34.81º 0.84% 0.61% -
XYZ 18.54 16.45 3.12 -
YUV 108.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 156 101 25 0 0.35 0.84 0.39 34.81 0.72 0.35
Hex 9C 65 19 0 23 54 27 23 48 23
Octal 234 145 31 0 43 124 47 43 110 43
Binary 10011100 1100101 11001 0 100011 1010100 100111 100011 1001000 100011

Color Harmonies of #9C6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6519

Black with #9C6519

Text Example


Text Example

White with #9C6519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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