#906E59

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

Shades of Beaver #906E59

Tints of Beaver #906E59

Color information

#906E59 (or 0x906E59) is unknown color: approx Beaver. HEX triplet: 90, 6E and 59. RGB value is (144,110,89). Sum of RGB (Red+Green+Blue) = 144+110+89=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 144 - color contains mainly: red. Hex color #906E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E59 is #6F91A6. Grayscale: #757575. Windows color (decimal): -7311783 or 5861008. OLE color: 5861008.

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

Color convert

RGB14411089-
CMYK00.240.380.44
HSL22.91º23.61%45.69%-
HSV(B)22.91º38.19%56.47%-
XYZ18.8817.811.89-
YUV117.77111.76146.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.98%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=41.98%
G=32.07%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441108900.240.380.4422.9123.6145.69
Hex906E59018262C17182e
Octal2201561310304654273056
Binary10010000110111010110010110001001101011001011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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