#9B8064

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

Shades of Sorrell Brown #9B8064

Tints of Sorrell Brown #9B8064

Color information

#9B8064 (or 0x9B8064) is unknown color: approx Sorrell Brown. HEX triplet: 9B, 80 and 64. RGB value is (155,128,100). Sum of RGB (Red+Green+Blue) = 155+128+100=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8064 is #647F9B. Grayscale: #858585. Windows color (decimal): -6586268 or 6586523. OLE color: 6586523.

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

Color convert

RGB155128100-
CMYK00.170.350.39
HSL30.55º21.57%50%-
HSV(B)30.55º35.48%60.78%-
XYZ23.5423.3315.32-
YUV132.88109.45143.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=40.47%
G=33.42%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512810000.170.350.3930.5521.5750
Hex9B806401123271f1632
Octal2332001440214347372662
Binary100110111000000011001000100011000111001111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,128,100); }

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

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

 a { background-color: rgb(155,128,100); }

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

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

 span { border-color: rgb(155,128,100); }

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