#906D61

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

Shades of Beaver #906D61

Tints of Beaver #906D61

Color information

#906D61 (or 0x906D61) is unknown color: approx Beaver. HEX triplet: 90, 6D and 61. RGB value is (144,109,97). Sum of RGB (Red+Green+Blue) = 144+109+97=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #906D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D61 is #6F929E. Grayscale: #767676. Windows color (decimal): -7312031 or 6385040. OLE color: 6385040.

HSL color Cylindrical-coordinate representation of color #906D61: hue angle of 15.32º 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 #906D61 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB14410997-
CMYK00.240.330.44
HSL15.32º19.5%47.25%-
HSV(B)15.32º32.64%56.47%-
XYZ19.1317.7313.72-
YUV118.1116.1146.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=41.14%
G=31.14%
B=27.71%

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
Decimal1441099700.240.330.4415.3219.547.25
Hex906D61018212Cf142f
Octal2201551410304154172457
Binary1001000011011011100001011000100001101100111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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