Html Css Color HEX #957666 Beaver

📋 copy color: '#957666'

red 149 ◦ green 118 ◦ blue 102

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

Shades of Beaver #957666

Tints of Beaver #957666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 102 (40.23% from 255) = 27.64%

R = 40.38%
G = 31.98%
B = 27.64%

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

#957666 (or 0x957666) is known color: Beaver. HEX triplet: 95, 76 and 66. RGB value is (149,118,102). Sum of RGB (Red+Green+Blue) = 149+118+102=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #957666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957666 is #6A8999. Grayscale: #7D7D7D. Windows color (decimal): -6982042 or 6715029. OLE color: 6715029.

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

Color convert

RGB 149 118 102 -
CMYK 0 0.21 0.32 0.42
HSL 20.43º 0.19% 0.49% -
HSV(B) 20.43º 0.32% 0.58% -
XYZ 21.27 20.31 15.37 -
YUV 125.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 149 118 102 0 0.21 0.32 0.42 20.43 0.19 0.49
Hex 95 76 66 0 15 20 2A 14 13 31
Octal 225 166 146 0 25 40 52 24 23 61
Binary 10010101 1110110 1100110 0 10101 100000 101010 10100 10011 110001

Color Harmonies of #957666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957666

Black with #957666

Text Example


Text Example

White with #957666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957666; }

 p { color: rgb(149,118,102); }

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

background-color css

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

 a { background-color: rgb(149,118,102); }

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

border-color css

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

 span { border-color: rgb(149,118,102); }

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