Html Css Color HEX #957F70 Squirrel

📋 copy color: '#957F70'

red 149 ◦ green 127 ◦ blue 112

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

Shades of Squirrel #957F70

Tints of Squirrel #957F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 38.4%
G = 32.73%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#957F70 (or 0x957F70) is known color: Squirrel. HEX triplet: 95, 7F and 70. RGB value is (149,127,112). Sum of RGB (Red+Green+Blue) = 149+127+112=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F70 is #6A808F. Grayscale: #838383. Windows color (decimal): -6979728 or 7372693. OLE color: 7372693.

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

Color convert

RGB 149 127 112 -
CMYK 0 0.15 0.25 0.42
HSL 24.32º 0.15% 0.51% -
HSV(B) 24.32º 0.25% 0.58% -
XYZ 22.91 22.74 18.51 -
YUV 131.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 149 127 112 0 0.15 0.25 0.42 24.32 0.15 0.51
Hex 95 7F 70 0 F 19 2A 18 F 33
Octal 225 177 160 0 17 31 52 30 17 63
Binary 10010101 1111111 1110000 0 1111 11001 101010 11000 1111 110011

Color Harmonies of #957F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F70

Black with #957F70

Text Example


Text Example

White with #957F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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