Html Css Color HEX #95836C Squirrel

📋 copy color: '#95836C'

red 149 ◦ green 131 ◦ blue 108

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

Shades of Squirrel #95836C

Tints of Squirrel #95836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 38.4%
G = 33.76%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95836C (or 0x95836C) is known color: Squirrel. HEX triplet: 95, 83 and 6C. RGB value is (149,131,108). Sum of RGB (Red+Green+Blue) = 149+131+108=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95836C is #6A7C93. Grayscale: #858585. Windows color (decimal): -6978708 or 7111573. OLE color: 7111573.

HSL color Cylindrical-coordinate representation of color #95836C: hue angle of 33.66º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95836C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 108 -
CMYK 0 0.12 0.28 0.42
HSL 33.66º 0.16% 0.5% -
HSV(B) 33.66º 0.28% 0.58% -
XYZ 23.22 23.7 17.54 -
YUV 133.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 149 131 108 0 0.12 0.28 0.42 33.66 0.16 0.5
Hex 95 83 6C 0 C 1C 2A 22 10 32
Octal 225 203 154 0 14 34 52 42 20 62
Binary 10010101 10000011 1101100 0 1100 11100 101010 100010 10000 110010

Color Harmonies of #95836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95836C

Black with #95836C

Text Example


Text Example

White with #95836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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