#90765F

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

Shades of Beaver #90765F

Tints of Beaver #90765F

Color information

#90765F (or 0x90765F) is unknown color: approx Beaver. HEX triplet: 90, 76 and 5F. RGB value is (144,118,95). Sum of RGB (Red+Green+Blue) = 144+118+95=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90765F is #6F89A0. Grayscale: #7B7B7B. Windows color (decimal): -7309729 or 6256272. OLE color: 6256272.

HSL color Cylindrical-coordinate representation of color #90765F: hue angle of 28.16º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90765F is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB14411895-
CMYK00.180.340.44
HSL28.16º20.5%46.86%-
HSV(B)28.16º34.03%56.47%-
XYZ20.0519.7113.57-
YUV123.15112.11142.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=40.34%
G=33.05%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441189500.180.340.4428.1620.546.86
Hex90765F012222C1c152f
Octal2201661370224254342557
Binary10010000111011010111110100101000101011001110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90765F; }

 p { color: rgb(144,118,95); }

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

<style>
 a { background-color: #90765F; }

 a { background-color: rgb(144,118,95); }

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

<style>
 span { border-color: #90765F; }

 span { border-color: rgb(144,118,95); }

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