Html Css Color HEX #9C6513 Golden Brown

📋 copy color: '#9C6513'

red 156 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #9C6513

Tints of Golden Brown #9C6513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 56.52%
G = 36.59%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C6513 (or 0x9C6513) is known color: Golden Brown. HEX triplet: 9C, 65 and 13. RGB value is (156,101,19). Sum of RGB (Red+Green+Blue) = 156+101+19=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6513 is #639AEC. Grayscale: #6C6C6C. Windows color (decimal): -6527725 or 1271196. OLE color: 1271196.

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

Color convert

RGB 156 101 19 -
CMYK 0 0.35 0.88 0.39
HSL 35.91º 0.78% 0.34% -
HSV(B) 35.91º 0.88% 0.61% -
XYZ 18.48 16.42 2.81 -
YUV 108.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 156 101 19 0 0.35 0.88 0.39 35.91 0.78 0.34
Hex 9C 65 13 0 23 58 27 24 4E 22
Octal 234 145 23 0 43 130 47 44 116 42
Binary 10011100 1100101 10011 0 100011 1011000 100111 100100 1001110 100010

Color Harmonies of #9C6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6513

Black with #9C6513

Text Example


Text Example

White with #9C6513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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