#9C6113

Color #9C6113 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9C6113

Tints of Golden Brown #9C6113

Color information

#9C6113 (or 0x9C6113) is unknown color: approx Golden Brown. HEX triplet: 9C, 61 and 13. RGB value is (156,97,19). Sum of RGB (Red+Green+Blue) = 156+97+19=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6113 is #639EEC. Grayscale: #6A6A6A. Windows color (decimal): -6528749 or 1270172. OLE color: 1270172.

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

Color convert

RGB1569719-
CMYK00.380.880.39
HSL34.16º78.29%34.31%-
HSV(B)34.16º87.82%61.18%-
XYZ18.115.662.69-
YUV105.7579.05163.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 19 (7.81% from 255) = 6.99%
R=57.35%
G=35.66%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156971900.380.880.3934.1678.2934.31
Hex9C61130265827224e22
Octal23414123046130474211642
Binary10011100110000110011010011010110001001111000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C6113;
 }
 .AnyTagClassName
 {
   color: #9C6113;
 }
</style>
background-color css

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

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

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

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

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

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