#9B5B10

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

Shades of Golden Brown #9B5B10

Tints of Golden Brown #9B5B10

Color information

#9B5B10 (or 0x9B5B10) is unknown color: approx Golden Brown. HEX triplet: 9B, 5B and 10. RGB value is (155,91,16). Sum of RGB (Red+Green+Blue) = 155+91+16=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5B10 is #64A4EF. Grayscale: #656565. Windows color (decimal): -6595824 or 1072027. OLE color: 1072027.

HSL color Cylindrical-coordinate representation of color #9B5B10: hue angle of 32.37º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B5B10 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1559116-
CMYK00.410.900.39
HSL32.37º81.29%33.53%-
HSV(B)32.37º89.68%60.78%-
XYZ17.3514.492.37-
YUV101.5979.7166.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.16%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 16 (6.64% from 255) = 6.11%
R=59.16%
G=34.73%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155911600.410.900.3932.3781.2933.53
Hex9B5B100295A27205122
Octal23313320051132474012142
Binary10011011101101110000010100110110101001111000001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,91,16); }

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

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

 a { background-color: rgb(155,91,16); }

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

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

 span { border-color: rgb(155,91,16); }

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