Html Css Color HEX #958468 Squirrel

📋 copy color: '#958468'

red 149 ◦ green 132 ◦ blue 104

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

Shades of Squirrel #958468

Tints of Squirrel #958468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 104 (41.02% from 255) = 27.01%

R = 38.7%
G = 34.29%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#958468 (or 0x958468) is known color: Squirrel. HEX triplet: 95, 84 and 68. RGB value is (149,132,104). Sum of RGB (Red+Green+Blue) = 149+132+104=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #958468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958468 is #6A7B97. Grayscale: #868686. Windows color (decimal): -6978456 or 6849685. OLE color: 6849685.

HSL color Cylindrical-coordinate representation of color #958468: hue angle of 37.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958468 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 104 -
CMYK 0 0.11 0.30 0.42
HSL 37.33º 0.18% 0.5% -
HSV(B) 37.33º 0.3% 0.58% -
XYZ 23.14 23.89 16.49 -
YUV 133.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 149 132 104 0 0.11 0.30 0.42 37.33 0.18 0.5
Hex 95 84 68 0 B 1E 2A 25 12 32
Octal 225 204 150 0 13 36 52 45 22 62
Binary 10010101 10000100 1101000 0 1011 11110 101010 100101 10010 110010

Color Harmonies of #958468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958468

Black with #958468

Text Example


Text Example

White with #958468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958468; }

 p { color: rgb(149,132,104); }

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

background-color css

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

 a { background-color: rgb(149,132,104); }

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

border-color css

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

 span { border-color: rgb(149,132,104); }

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