Html Css Color HEX #946E59 Beaver

📋 copy color: '#946E59'

red 148 ◦ green 110 ◦ blue 89

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

Shades of Beaver #946E59

Tints of Beaver #946E59

RGB

 RED value IS 148 (58.2% from 255) = 42.65%

 GREEN value IS 110 (43.36% from 255) = 31.7%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 42.65%
G = 31.7%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#946E59 (or 0x946E59) is known color: Beaver. HEX triplet: 94, 6E and 59. RGB value is (148,110,89). Sum of RGB (Red+Green+Blue) = 148+110+89=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #946E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E59 is #6B91A6. Grayscale: #777777. Windows color (decimal): -7049639 or 5861012. OLE color: 5861012.

HSL color Cylindrical-coordinate representation of color #946E59: hue angle of 21.36º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #946E59 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 89 -
CMYK 0 0.26 0.40 0.42
HSL 21.36º 0.25% 0.46% -
HSV(B) 21.36º 0.4% 0.58% -
XYZ 19.59 18.17 11.93 -
YUV 118.97 111.09 148.71 -
System Red Green Blue C M Y K H S L
Decimal 148 110 89 0 0.26 0.40 0.42 21.36 0.25 0.46
Hex 94 6E 59 0 1A 28 2A 15 19 2E
Octal 224 156 131 0 32 50 52 25 31 56
Binary 10010100 1101110 1011001 0 11010 101000 101010 10101 11001 101110

Color Harmonies of #946E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E59

Black with #946E59

Text Example


Text Example

White with #946E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E59; }

 p { color: rgb(148,110,89); }

 H1.HeaderClassName
 {
   color: #946E59;
 }
 .AnyTagClassName
 {
   color: #946E59;
 }
</style>

background-color css

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

 a { background-color: rgb(148,110,89); }

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

border-color css

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

 span { border-color: rgb(148,110,89); }

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