#907165

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

Shades of Beaver #907165

Tints of Beaver #907165

Color information

#907165 (or 0x907165) is unknown color: approx Beaver. HEX triplet: 90, 71 and 65. RGB value is (144,113,101). Sum of RGB (Red+Green+Blue) = 144+113+101=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #907165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907165 is #6F8E9A. Grayscale: #787878. Windows color (decimal): -7311003 or 6648208. OLE color: 6648208.

HSL color Cylindrical-coordinate representation of color #907165: hue angle of 16.74º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #907165 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB144113101-
CMYK00.220.300.44
HSL16.74º17.55%48.04%-
HSV(B)16.74º29.86%56.47%-
XYZ19.7618.6814.88-
YUV120.9116.77144.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=40.22%
G=31.56%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411310100.220.300.4416.7417.5548.04
Hex9071650161E2C111230
Octal2201611450263654212260
Binary1001000011100011100101010110111101011001000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907165; }

 p { color: rgb(144,113,101); }

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

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

 a { background-color: rgb(144,113,101); }

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

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

 span { border-color: rgb(144,113,101); }

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