#906E58

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

Shades of Beaver #906E58

Tints of Beaver #906E58

Color information

#906E58 (or 0x906E58) is unknown color: approx Beaver. HEX triplet: 90, 6E and 58. RGB value is (144,110,88). Sum of RGB (Red+Green+Blue) = 144+110+88=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #906E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E58 is #6F91A7. Grayscale: #757575. Windows color (decimal): -7311784 or 5795472. OLE color: 5795472.

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

Color convert

RGB14411088-
CMYK00.240.390.44
HSL23.57º24.14%45.49%-
HSV(B)23.57º38.89%56.47%-
XYZ18.8417.7911.67-
YUV117.66111.26146.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 88 (34.77% from 255) = 25.73%
R=42.11%
G=32.16%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441108800.240.390.4423.5724.1445.49
Hex906E58018272C18182d
Octal2201561300304754303055
Binary10010000110111010110000110001001111011001100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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