Html Css Color HEX #958271 Squirrel

📋 copy color: '#958271'

red 149 ◦ green 130 ◦ blue 113

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

Shades of Squirrel #958271

Tints of Squirrel #958271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 38.01%
G = 33.16%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#958271 (or 0x958271) is known color: Squirrel. HEX triplet: 95, 82 and 71. RGB value is (149,130,113). Sum of RGB (Red+Green+Blue) = 149+130+113=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #958271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958271 is #6A7D8E. Grayscale: #858585. Windows color (decimal): -6978959 or 7438997. OLE color: 7438997.

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

Color convert

RGB 149 130 113 -
CMYK 0 0.13 0.24 0.42
HSL 28.33º 0.15% 0.51% -
HSV(B) 28.33º 0.24% 0.58% -
XYZ 23.36 23.55 18.94 -
YUV 133.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 149 130 113 0 0.13 0.24 0.42 28.33 0.15 0.51
Hex 95 82 71 0 D 18 2A 1C F 33
Octal 225 202 161 0 15 30 52 34 17 63
Binary 10010101 10000010 1110001 0 1101 11000 101010 11100 1111 110011

Color Harmonies of #958271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958271

Black with #958271

Text Example


Text Example

White with #958271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958271; }

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

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

background-color css

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

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

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

border-color css

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

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

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