#9B6115

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

Shades of Golden Brown #9B6115

Tints of Golden Brown #9B6115

Color information

#9B6115 (or 0x9B6115) is unknown color: approx Golden Brown. HEX triplet: 9B, 61 and 15. RGB value is (155,97,21). Sum of RGB (Red+Green+Blue) = 155+97+21=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6115 is #649EEA. Grayscale: #6A6A6A. Windows color (decimal): -6594283 or 1401243. OLE color: 1401243.

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

Color convert

RGB1559721-
CMYK00.370.860.39
HSL34.03º76.14%34.51%-
HSV(B)34.03º86.45%60.78%-
XYZ17.9315.572.77-
YUV105.6880.22163.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=56.78%
G=35.53%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155972100.370.860.3934.0376.1434.51
Hex9B61150255627224c23
Octal23314125045126474211443
Binary10011011110000110101010010110101101001111000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,97,21); }

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

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

 a { background-color: rgb(155,97,21); }

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

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

 span { border-color: rgb(155,97,21); }

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