Html Css Color HEX #95836D Squirrel

📋 copy color: '#95836D'

red 149 ◦ green 131 ◦ blue 109

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

Shades of Squirrel #95836D

Tints of Squirrel #95836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 38.3%
G = 33.68%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95836D (or 0x95836D) is known color: Squirrel. HEX triplet: 95, 83 and 6D. RGB value is (149,131,109). Sum of RGB (Red+Green+Blue) = 149+131+109=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95836D is #6A7C92. Grayscale: #858585. Windows color (decimal): -6978707 or 7177109. OLE color: 7177109.

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

Color convert

RGB 149 131 109 -
CMYK 0 0.12 0.27 0.42
HSL 33º 0.16% 0.51% -
HSV(B) 33º 0.27% 0.58% -
XYZ 23.27 23.73 17.82 -
YUV 133.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 149 131 109 0 0.12 0.27 0.42 33 0.16 0.51
Hex 95 83 6D 0 C 1B 2A 21 10 33
Octal 225 203 155 0 14 33 52 41 20 63
Binary 10010101 10000011 1101101 0 1100 11011 101010 100001 10000 110011

Color Harmonies of #95836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95836D

Black with #95836D

Text Example


Text Example

White with #95836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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