Html Css Color HEX #957464 Beaver

📋 copy color: '#957464'

red 149 ◦ green 116 ◦ blue 100

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

Shades of Beaver #957464

Tints of Beaver #957464

RGB

 RED value IS 149 (58.59% from 255) = 40.82%

 GREEN value IS 116 (45.7% from 255) = 31.78%

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 40.82%
G = 31.78%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#957464 (or 0x957464) is known color: Beaver. HEX triplet: 95, 74 and 64. RGB value is (149,116,100). Sum of RGB (Red+Green+Blue) = 149+116+100=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #957464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957464 is #6A8B9B. Grayscale: #7C7C7C. Windows color (decimal): -6982556 or 6583445. OLE color: 6583445.

HSL color Cylindrical-coordinate representation of color #957464: hue angle of 19.59º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957464 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 100 -
CMYK 0 0.22 0.33 0.42
HSL 19.59º 0.2% 0.49% -
HSV(B) 19.59º 0.33% 0.58% -
XYZ 20.94 19.8 14.77 -
YUV 124.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 149 116 100 0 0.22 0.33 0.42 19.59 0.2 0.49
Hex 95 74 64 0 16 21 2A 14 14 31
Octal 225 164 144 0 26 41 52 24 24 61
Binary 10010101 1110100 1100100 0 10110 100001 101010 10100 10100 110001

Color Harmonies of #957464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957464

Black with #957464

Text Example


Text Example

White with #957464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957464; }

 p { color: rgb(149,116,100); }

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

background-color css

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

 a { background-color: rgb(149,116,100); }

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

border-color css

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

 span { border-color: rgb(149,116,100); }

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