Html Css Color HEX #957766 Beaver

📋 copy color: '#957766'

red 149 ◦ green 119 ◦ blue 102

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

Shades of Beaver #957766

Tints of Beaver #957766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

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

R = 40.27%
G = 32.16%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#957766 (or 0x957766) is known color: Beaver. HEX triplet: 95, 77 and 66. RGB value is (149,119,102). Sum of RGB (Red+Green+Blue) = 149+119+102=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #957766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957766 is #6A8899. Grayscale: #7E7E7E. Windows color (decimal): -6981786 or 6715285. OLE color: 6715285.

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

Color convert

RGB 149 119 102 -
CMYK 0 0.20 0.32 0.42
HSL 21.7º 0.19% 0.49% -
HSV(B) 21.7º 0.32% 0.58% -
XYZ 21.39 20.54 15.41 -
YUV 126.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 149 119 102 0 0.20 0.32 0.42 21.7 0.19 0.49
Hex 95 77 66 0 14 20 2A 16 13 31
Octal 225 167 146 0 24 40 52 26 23 61
Binary 10010101 1110111 1100110 0 10100 100000 101010 10110 10011 110001

Color Harmonies of #957766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957766

Black with #957766

Text Example


Text Example

White with #957766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957766; }

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

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

background-color css

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

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

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

border-color css

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

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

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