#9B6E57

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

Shades of Beaver #9B6E57

Tints of Beaver #9B6E57

Color information

#9B6E57 (or 0x9B6E57) is unknown color: approx Beaver. HEX triplet: 9B, 6E and 57. RGB value is (155,110,87). Sum of RGB (Red+Green+Blue) = 155+110+87=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E57 is #6491A8. Grayscale: #787878. Windows color (decimal): -6590889 or 5729947. OLE color: 5729947.

HSL color Cylindrical-coordinate representation of color #9B6E57: hue angle of 20.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B6E57 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15511087-
CMYK00.290.440.39
HSL20.29º28.1%47.45%-
HSV(B)20.29º43.87%60.78%-
XYZ20.8118.8111.55-
YUV120.83108.91152.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 87 (34.38% from 255) = 24.72%
R=44.03%
G=31.25%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551108700.290.440.3920.2928.147.45
Hex9B6E5701D2C27141c2f
Octal2331561270355447243457
Binary10011011110111010101110111011011001001111010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,87); }

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

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

 a { background-color: rgb(155,110,87); }

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

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

 span { border-color: rgb(155,110,87); }

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