Html Css Color HEX #957565 Beaver

📋 copy color: '#957565'

red 149 ◦ green 117 ◦ blue 101

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

Shades of Beaver #957565

Tints of Beaver #957565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 40.6%
G = 31.88%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#957565 (or 0x957565) is known color: Beaver. HEX triplet: 95, 75 and 65. RGB value is (149,117,101). Sum of RGB (Red+Green+Blue) = 149+117+101=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #957565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957565 is #6A8A9A. Grayscale: #7C7C7C. Windows color (decimal): -6982299 or 6649237. OLE color: 6649237.

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

Color convert

RGB 149 117 101 -
CMYK 0 0.21 0.32 0.42
HSL 20º 0.19% 0.49% -
HSV(B) 20º 0.32% 0.58% -
XYZ 21.1 20.05 15.07 -
YUV 124.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 149 117 101 0 0.21 0.32 0.42 20 0.19 0.49
Hex 95 75 65 0 15 20 2A 14 13 31
Octal 225 165 145 0 25 40 52 24 23 61
Binary 10010101 1110101 1100101 0 10101 100000 101010 10100 10011 110001

Color Harmonies of #957565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957565

Black with #957565

Text Example


Text Example

White with #957565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957565; }

 p { color: rgb(149,117,101); }

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

background-color css

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

 a { background-color: rgb(149,117,101); }

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

border-color css

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

 span { border-color: rgb(149,117,101); }

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