Html Css Color HEX #9C6413 Golden Brown

📋 copy color: '#9C6413'

red 156 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #9C6413

Tints of Golden Brown #9C6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

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

R = 56.73%
G = 36.36%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C6413 (or 0x9C6413) is known color: Golden Brown. HEX triplet: 9C, 64 and 13. RGB value is (156,100,19). Sum of RGB (Red+Green+Blue) = 156+100+19=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6413 is #639BEC. Grayscale: #6B6B6B. Windows color (decimal): -6527981 or 1270940. OLE color: 1270940.

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

Color convert

RGB 156 100 19 -
CMYK 0 0.36 0.88 0.39
HSL 35.47º 0.78% 0.34% -
HSV(B) 35.47º 0.88% 0.61% -
XYZ 18.39 16.23 2.78 -
YUV 107.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 156 100 19 0 0.36 0.88 0.39 35.47 0.78 0.34
Hex 9C 64 13 0 24 58 27 23 4E 22
Octal 234 144 23 0 44 130 47 43 116 42
Binary 10011100 1100100 10011 0 100100 1011000 100111 100011 1001110 100010

Color Harmonies of #9C6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6413

Black with #9C6413

Text Example


Text Example

White with #9C6413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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