Html Css Color HEX #958070 Squirrel

📋 copy color: '#958070'

red 149 ◦ green 128 ◦ blue 112

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

Shades of Squirrel #958070

Tints of Squirrel #958070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

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

R = 38.3%
G = 32.9%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#958070 (or 0x958070) is known color: Squirrel. HEX triplet: 95, 80 and 70. RGB value is (149,128,112). Sum of RGB (Red+Green+Blue) = 149+128+112=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #958070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958070 is #6A7F8F. Grayscale: #848484. Windows color (decimal): -6979472 or 7372949. OLE color: 7372949.

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

Color convert

RGB 149 128 112 -
CMYK 0 0.14 0.25 0.42
HSL 25.95º 0.15% 0.51% -
HSV(B) 25.95º 0.25% 0.58% -
XYZ 23.04 23 18.55 -
YUV 132.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 149 128 112 0 0.14 0.25 0.42 25.95 0.15 0.51
Hex 95 80 70 0 E 19 2A 1A F 33
Octal 225 200 160 0 16 31 52 32 17 63
Binary 10010101 10000000 1110000 0 1110 11001 101010 11010 1111 110011

Color Harmonies of #958070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958070

Black with #958070

Text Example


Text Example

White with #958070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958070; }

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

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

background-color css

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

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

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

border-color css

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

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

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