Html Css Color HEX #957460 Beaver

📋 copy color: '#957460'

red 149 ◦ green 116 ◦ blue 96

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

Shades of Beaver #957460

Tints of Beaver #957460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 41.27%
G = 32.13%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#957460 (or 0x957460) is known color: Beaver. HEX triplet: 95, 74 and 60. RGB value is (149,116,96). Sum of RGB (Red+Green+Blue) = 149+116+96=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #957460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957460 is #6A8B9F. Grayscale: #7B7B7B. Windows color (decimal): -6982560 or 6321301. OLE color: 6321301.

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

Color convert

RGB 149 116 96 -
CMYK 0 0.22 0.36 0.42
HSL 22.64º 0.22% 0.48% -
HSV(B) 22.64º 0.36% 0.58% -
XYZ 20.75 19.72 13.78 -
YUV 123.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 149 116 96 0 0.22 0.36 0.42 22.64 0.22 0.48
Hex 95 74 60 0 16 24 2A 17 16 30
Octal 225 164 140 0 26 44 52 27 26 60
Binary 10010101 1110100 1100000 0 10110 100100 101010 10111 10110 110000

Color Harmonies of #957460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957460

Black with #957460

Text Example


Text Example

White with #957460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957460; }

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

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

background-color css

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

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

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

border-color css

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

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

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