Html Css Color HEX #958366 Squirrel

📋 copy color: '#958366'

red 149 ◦ green 131 ◦ blue 102

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

Shades of Squirrel #958366

Tints of Squirrel #958366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.7%

R = 39.01%
G = 34.29%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#958366 (or 0x958366) is known color: Squirrel. HEX triplet: 95, 83 and 66. RGB value is (149,131,102). Sum of RGB (Red+Green+Blue) = 149+131+102=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #958366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958366 is #6A7C99. Grayscale: #858585. Windows color (decimal): -6978714 or 6718357. OLE color: 6718357.

HSL color Cylindrical-coordinate representation of color #958366: hue angle of 37.02º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958366 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 102 -
CMYK 0 0.12 0.32 0.42
HSL 37.02º 0.19% 0.49% -
HSV(B) 37.02º 0.32% 0.58% -
XYZ 22.91 23.58 15.91 -
YUV 133.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 149 131 102 0 0.12 0.32 0.42 37.02 0.19 0.49
Hex 95 83 66 0 C 20 2A 25 13 31
Octal 225 203 146 0 14 40 52 45 23 61
Binary 10010101 10000011 1100110 0 1100 100000 101010 100101 10011 110001

Color Harmonies of #958366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958366

Black with #958366

Text Example


Text Example

White with #958366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958366; }

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

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

background-color css

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

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

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

border-color css

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

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

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