#9B5106

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

Shades of Saddle Brown #9B5106

Tints of Saddle Brown #9B5106

Color information

#9B5106 (or 0x9B5106) is unknown color: approx Saddle Brown. HEX triplet: 9B, 51 and 06. RGB value is (155,81,6). Sum of RGB (Red+Green+Blue) = 155+81+6=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5106 is #64AEF9. Grayscale: #5E5E5E. Windows color (decimal): -6598394 or 414107. OLE color: 414107.

HSL color Cylindrical-coordinate representation of color #9B5106: hue angle of 30.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B5106 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB155816-
CMYK00.480.960.39
HSL30.2º92.55%31.57%-
HSV(B)30.2º96.13%60.78%-
XYZ16.4912.871.79-
YUV94.5878.02171.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.05%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=64.05%
G=33.47%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15581600.480.960.3930.292.5531.57
Hex9B51603060271e5d20
Octal2331216060140473613540
Binary10011011101000111001100001100000100111111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,81,6); }

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

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

 a { background-color: rgb(155,81,6); }

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

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

 span { border-color: rgb(155,81,6); }

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