Html Css Color HEX #95846A Squirrel

📋 copy color: '#95846A'

red 149 ◦ green 132 ◦ blue 106

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

Shades of Squirrel #95846A

Tints of Squirrel #95846A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.39%

R = 38.5%
G = 34.11%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95846A (or 0x95846A) is known color: Squirrel. HEX triplet: 95, 84 and 6A. RGB value is (149,132,106). Sum of RGB (Red+Green+Blue) = 149+132+106=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95846A is #6A7B95. Grayscale: #868686. Windows color (decimal): -6978454 or 6980757. OLE color: 6980757.

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

Color convert

RGB 149 132 106 -
CMYK 0 0.11 0.29 0.42
HSL 36.28º 0.17% 0.5% -
HSV(B) 36.28º 0.29% 0.58% -
XYZ 23.25 23.93 17.03 -
YUV 134.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 149 132 106 0 0.11 0.29 0.42 36.28 0.17 0.5
Hex 95 84 6A 0 B 1D 2A 24 11 32
Octal 225 204 152 0 13 35 52 44 21 62
Binary 10010101 10000100 1101010 0 1011 11101 101010 100100 10001 110010

Color Harmonies of #95846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95846A

Black with #95846A

Text Example


Text Example

White with #95846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95846A; }

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

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

background-color css

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

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

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

border-color css

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

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

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