#9C6B1F

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

Shades of Golden Brown #9C6B1F

Tints of Golden Brown #9C6B1F

Color information

#9C6B1F (or 0x9C6B1F) is unknown color: approx Golden Brown. HEX triplet: 9C, 6B and 1F. RGB value is (156,107,31). Sum of RGB (Red+Green+Blue) = 156+107+31=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6B1F is #6394E0. Grayscale: #717171. Windows color (decimal): -6526177 or 2059164. OLE color: 2059164.

HSL color Cylindrical-coordinate representation of color #9C6B1F: hue angle of 36.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C6B1F is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB15610731-
CMYK00.310.800.39
HSL36.48º66.84%36.67%-
HSV(B)36.48º80.13%61.18%-
XYZ19.2217.683.7-
YUV112.9981.73158.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.06%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=53.06%
G=36.39%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561073100.310.800.3936.4866.8436.67
Hex9C6B1F01F5027244325
Octal23415337037120474410345
Binary1001110011010111111101111110100001001111001001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,31); }

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

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

 a { background-color: rgb(156,107,31); }

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

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

 span { border-color: rgb(156,107,31); }

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