Html Css Color HEX #958370 Squirrel

📋 copy color: '#958370'

red 149 ◦ green 131 ◦ blue 112

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

Shades of Squirrel #958370

Tints of Squirrel #958370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 38.01%
G = 33.42%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#958370 (or 0x958370) is known color: Squirrel. HEX triplet: 95, 83 and 70. RGB value is (149,131,112). Sum of RGB (Red+Green+Blue) = 149+131+112=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #958370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958370 is #6A7C8F. Grayscale: #868686. Windows color (decimal): -6978704 or 7373717. OLE color: 7373717.

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

Color convert

RGB 149 131 112 -
CMYK 0 0.12 0.25 0.42
HSL 30.81º 0.15% 0.51% -
HSV(B) 30.81º 0.25% 0.58% -
XYZ 23.44 23.79 18.69 -
YUV 134.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 149 131 112 0 0.12 0.25 0.42 30.81 0.15 0.51
Hex 95 83 70 0 C 19 2A 1F F 33
Octal 225 203 160 0 14 31 52 37 17 63
Binary 10010101 10000011 1110000 0 1100 11001 101010 11111 1111 110011

Color Harmonies of #958370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958370

Black with #958370

Text Example


Text Example

White with #958370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958370; }

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

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

background-color css

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

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

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

border-color css

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

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

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