Html Css Color HEX #946D59 Beaver

📋 copy color: '#946D59'

red 148 ◦ green 109 ◦ blue 89

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

Shades of Beaver #946D59

Tints of Beaver #946D59

RGB

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

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

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

R = 42.77%
G = 31.5%
B = 25.72%

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

#946D59 (or 0x946D59) is known color: Beaver. HEX triplet: 94, 6D and 59. RGB value is (148,109,89). Sum of RGB (Red+Green+Blue) = 148+109+89=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #946D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D59 is #6B92A6. Grayscale: #767676. Windows color (decimal): -7049895 or 5860756. OLE color: 5860756.

HSL color Cylindrical-coordinate representation of color #946D59: hue angle of 20.34º 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 #946D59 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 89 -
CMYK 0 0.26 0.40 0.42
HSL 20.34º 0.25% 0.46% -
HSV(B) 20.34º 0.4% 0.58% -
XYZ 19.48 17.95 11.89 -
YUV 118.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 148 109 89 0 0.26 0.40 0.42 20.34 0.25 0.46
Hex 94 6D 59 0 1A 28 2A 14 19 2E
Octal 224 155 131 0 32 50 52 24 31 56
Binary 10010100 1101101 1011001 0 11010 101000 101010 10100 11001 101110

Color Harmonies of #946D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D59

Black with #946D59

Text Example


Text Example

White with #946D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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