Html Css Color HEX #946959 Beaver

📋 copy color: '#946959'

red 148 ◦ green 105 ◦ blue 89

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

Shades of Beaver #946959

Tints of Beaver #946959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 43.27%
G = 30.7%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#946959 (or 0x946959) is known color: Beaver. HEX triplet: 94, 69 and 59. RGB value is (148,105,89). Sum of RGB (Red+Green+Blue) = 148+105+89=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #946959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946959 is #6B96A6. Grayscale: #747474. Windows color (decimal): -7050919 or 5859732. OLE color: 5859732.

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

Color convert

RGB 148 105 89 -
CMYK 0 0.29 0.40 0.42
HSL 16.27º 0.25% 0.46% -
HSV(B) 16.27º 0.4% 0.58% -
XYZ 19.07 17.12 11.75 -
YUV 116.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 148 105 89 0 0.29 0.40 0.42 16.27 0.25 0.46
Hex 94 69 59 0 1D 28 2A 10 19 2E
Octal 224 151 131 0 35 50 52 20 31 56
Binary 10010100 1101001 1011001 0 11101 101000 101010 10000 11001 101110

Color Harmonies of #946959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946959

Black with #946959

Text Example


Text Example

White with #946959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946959; }

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

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

background-color css

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

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

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

border-color css

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

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

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