#906E61

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

Shades of Beaver #906E61

Tints of Beaver #906E61

Color information

#906E61 (or 0x906E61) is unknown color: approx Beaver. HEX triplet: 90, 6E and 61. RGB value is (144,110,97). Sum of RGB (Red+Green+Blue) = 144+110+97=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #906E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E61 is #6F919E. Grayscale: #767676. Windows color (decimal): -7311775 or 6385296. OLE color: 6385296.

HSL color Cylindrical-coordinate representation of color #906E61: hue angle of 16.6º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906E61 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14411097-
CMYK00.240.330.44
HSL16.6º19.5%47.25%-
HSV(B)16.6º32.64%56.47%-
XYZ19.2417.9413.76-
YUV118.68115.76146.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=41.03%
G=31.34%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441109700.240.330.4416.619.547.25
Hex906E61018212C11142f
Octal2201561410304154212457
Binary10010000110111011000010110001000011011001000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906E61; }

 p { color: rgb(144,110,97); }

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

<style>
 a { background-color: #906E61; }

 a { background-color: rgb(144,110,97); }

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

<style>
 span { border-color: #906E61; }

 span { border-color: rgb(144,110,97); }

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