#9B6515

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

Shades of Golden Brown #9B6515

Tints of Golden Brown #9B6515

Color information

#9B6515 (or 0x9B6515) is unknown color: approx Golden Brown. HEX triplet: 9B, 65 and 15. RGB value is (155,101,21). Sum of RGB (Red+Green+Blue) = 155+101+21=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6515 is #649AEA. Grayscale: #6C6C6C. Windows color (decimal): -6593259 or 1402267. OLE color: 1402267.

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

Color convert

RGB15510121-
CMYK00.350.860.39
HSL35.82º76.14%34.51%-
HSV(B)35.82º86.45%60.78%-
XYZ18.3116.332.9-
YUV108.0378.89161.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=55.96%
G=36.46%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551012100.350.860.3935.8276.1434.51
Hex9B65150235627244c23
Octal23314525043126474411443
Binary10011011110010110101010001110101101001111001001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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