Html Css Color HEX #957864 Squirrel

📋 copy color: '#957864'

red 149 ◦ green 120 ◦ blue 100

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

Shades of Squirrel #957864

Tints of Squirrel #957864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 40.38%
G = 32.52%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#957864 (or 0x957864) is known color: Squirrel. HEX triplet: 95, 78 and 64. RGB value is (149,120,100). Sum of RGB (Red+Green+Blue) = 149+120+100=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #957864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957864 is #6A879B. Grayscale: #7E7E7E. Windows color (decimal): -6981532 or 6584469. OLE color: 6584469.

HSL color Cylindrical-coordinate representation of color #957864: hue angle of 24.49º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957864 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 100 -
CMYK 0 0.19 0.33 0.42
HSL 24.49º 0.2% 0.49% -
HSV(B) 24.49º 0.33% 0.58% -
XYZ 21.41 20.74 14.93 -
YUV 126.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 149 120 100 0 0.19 0.33 0.42 24.49 0.2 0.49
Hex 95 78 64 0 13 21 2A 18 14 31
Octal 225 170 144 0 23 41 52 30 24 61
Binary 10010101 1111000 1100100 0 10011 100001 101010 11000 10100 110001

Color Harmonies of #957864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957864

Black with #957864

Text Example


Text Example

White with #957864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957864; }

 p { color: rgb(149,120,100); }

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

background-color css

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

 a { background-color: rgb(149,120,100); }

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

border-color css

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

 span { border-color: rgb(149,120,100); }

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