Html Css Color HEX #957E6B Squirrel

📋 copy color: '#957E6B'

red 149 ◦ green 126 ◦ blue 107

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

Shades of Squirrel #957E6B

Tints of Squirrel #957E6B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.98%

 BLUE value IS 107 (42.19% from 255) = 28.01%

R = 39.01%
G = 32.98%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#957E6B (or 0x957E6B) is known color: Squirrel. HEX triplet: 95, 7E and 6B. RGB value is (149,126,107). Sum of RGB (Red+Green+Blue) = 149+126+107=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #957E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E6B is #6A8194. Grayscale: #828282. Windows color (decimal): -6979989 or 7044757. OLE color: 7044757.

HSL color Cylindrical-coordinate representation of color #957E6B: hue angle of 27.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #957E6B is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 126 107 -
CMYK 0 0.15 0.28 0.42
HSL 27.14º 0.17% 0.5% -
HSV(B) 27.14º 0.28% 0.58% -
XYZ 22.51 22.37 17.04 -
YUV 130.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 149 126 107 0 0.15 0.28 0.42 27.14 0.17 0.5
Hex 95 7E 6B 0 F 1C 2A 1B 11 32
Octal 225 176 153 0 17 34 52 33 21 62
Binary 10010101 1111110 1101011 0 1111 11100 101010 11011 10001 110010

Color Harmonies of #957E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957E6B

Black with #957E6B

Text Example


Text Example

White with #957E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957E6B; }

 p { color: rgb(149,126,107); }

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

background-color css

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

 a { background-color: rgb(149,126,107); }

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

border-color css

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

 span { border-color: rgb(149,126,107); }

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