Html Css Color HEX #958270 Squirrel

📋 copy color: '#958270'

red 149 ◦ green 130 ◦ blue 112

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

Shades of Squirrel #958270

Tints of Squirrel #958270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 38.11%
G = 33.25%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#958270 (or 0x958270) is known color: Squirrel. HEX triplet: 95, 82 and 70. RGB value is (149,130,112). Sum of RGB (Red+Green+Blue) = 149+130+112=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958270 is #6A7D8F. Grayscale: #858585. Windows color (decimal): -6978960 or 7373461. OLE color: 7373461.

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

Color convert

RGB 149 130 112 -
CMYK 0 0.13 0.25 0.42
HSL 29.19º 0.15% 0.51% -
HSV(B) 29.19º 0.25% 0.58% -
XYZ 23.3 23.52 18.64 -
YUV 133.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 149 130 112 0 0.13 0.25 0.42 29.19 0.15 0.51
Hex 95 82 70 0 D 19 2A 1D F 33
Octal 225 202 160 0 15 31 52 35 17 63
Binary 10010101 10000010 1110000 0 1101 11001 101010 11101 1111 110011

Color Harmonies of #958270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958270

Black with #958270

Text Example


Text Example

White with #958270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958270; }

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

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

background-color css

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

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

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

border-color css

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

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

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