Html Css Color HEX #957F6D Squirrel

📋 copy color: '#957F6D'

red 149 ◦ green 127 ◦ blue 109

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

Shades of Squirrel #957F6D

Tints of Squirrel #957F6D

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 38.7%
G = 32.99%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#957F6D (or 0x957F6D) is known color: Squirrel. HEX triplet: 95, 7F and 6D. RGB value is (149,127,109). Sum of RGB (Red+Green+Blue) = 149+127+109=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #957F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F6D is #6A8092. Grayscale: #838383. Windows color (decimal): -6979731 or 7176085. OLE color: 7176085.

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

Color convert

RGB 149 127 109 -
CMYK 0 0.15 0.27 0.42
HSL 27º 0.16% 0.51% -
HSV(B) 27º 0.27% 0.58% -
XYZ 22.74 22.67 17.65 -
YUV 131.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 149 127 109 0 0.15 0.27 0.42 27 0.16 0.51
Hex 95 7F 6D 0 F 1B 2A 1B 10 33
Octal 225 177 155 0 17 33 52 33 20 63
Binary 10010101 1111111 1101101 0 1111 11011 101010 11011 10000 110011

Color Harmonies of #957F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F6D

Black with #957F6D

Text Example


Text Example

White with #957F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,109); }

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

background-color css

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

 a { background-color: rgb(149,127,109); }

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

border-color css

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

 span { border-color: rgb(149,127,109); }

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