#9B8167

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

Shades of Sorrell Brown #9B8167

Tints of Sorrell Brown #9B8167

Color information

#9B8167 (or 0x9B8167) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 81 and 67. RGB value is (155,129,103). Sum of RGB (Red+Green+Blue) = 155+129+103=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8167 is #647E98. Grayscale: #858585. Windows color (decimal): -6586009 or 6783387. OLE color: 6783387.

HSL color Cylindrical-coordinate representation of color #9B8167: hue angle of 30º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B8167 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB155129103-
CMYK00.170.340.39
HSL30º20.63%50.59%-
HSV(B)30º33.55%60.78%-
XYZ23.8223.6516.14-
YUV133.81110.61143.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=40.05%
G=33.33%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512910300.170.340.393020.6350.59
Hex9B816701122271e1533
Octal2332011470214247362563
Binary100110111000000111001110100011000101001111111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,103); }

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

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

 a { background-color: rgb(155,129,103); }

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

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

 span { border-color: rgb(155,129,103); }

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