Html Css Color HEX #906D60 Beaver

📋 copy color: '#906D60'

red 144 ◦ green 109 ◦ blue 96

#906D60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beaver #906D60

Tints of Beaver #906D60

RGB

 RED value IS 144 (56.64% from 255) = 41.26%

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 96 (37.89% from 255) = 27.51%

R = 41.26%
G = 31.23%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#906D60 (or 0x906D60) is known color: Beaver. HEX triplet: 90, 6D and 60. RGB value is (144,109,96). Sum of RGB (Red+Green+Blue) = 144+109+96=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #906D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D60 is #6F929F. Grayscale: #767676. Windows color (decimal): -7312032 or 6319504. OLE color: 6319504.

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

Color convert

RGB 144 109 96 -
CMYK 0 0.24 0.33 0.44
HSL 16.25º 0.2% 0.47% -
HSV(B) 16.25º 0.33% 0.56% -
XYZ 19.08 17.71 13.48 -
YUV 117.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 144 109 96 0 0.24 0.33 0.44 16.25 0.2 0.47
Hex 90 6D 60 0 18 21 2C 10 14 2F
Octal 220 155 140 0 30 41 54 20 24 57
Binary 10010000 1101101 1100000 0 11000 100001 101100 10000 10100 101111

Color Harmonies of #906D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D60

Black with #906D60

Text Example


Text Example

White with #906D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #906D60;
 }
 .AnyTagClassName
 {
   color: #906D60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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