Html Css Color HEX #946F59 Beaver

📋 copy color: '#946F59'

red 148 ◦ green 111 ◦ blue 89

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

Shades of Beaver #946F59

Tints of Beaver #946F59

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 42.53%
G = 31.9%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#946F59 (or 0x946F59) is known color: Beaver. HEX triplet: 94, 6F and 59. RGB value is (148,111,89). Sum of RGB (Red+Green+Blue) = 148+111+89=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #946F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F59 is #6B90A6. Grayscale: #777777. Windows color (decimal): -7049383 or 5861268. OLE color: 5861268.

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

Color convert

RGB 148 111 89 -
CMYK 0 0.25 0.40 0.42
HSL 22.37º 0.25% 0.46% -
HSV(B) 22.37º 0.4% 0.58% -
XYZ 19.7 18.39 11.96 -
YUV 119.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 148 111 89 0 0.25 0.40 0.42 22.37 0.25 0.46
Hex 94 6F 59 0 19 28 2A 16 19 2E
Octal 224 157 131 0 31 50 52 26 31 56
Binary 10010100 1101111 1011001 0 11001 101000 101010 10110 11001 101110

Color Harmonies of #946F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F59

Black with #946F59

Text Example


Text Example

White with #946F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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