Html Css Color HEX #96836D Squirrel

📋 copy color: '#96836D'

red 150 ◦ green 131 ◦ blue 109

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

Shades of Squirrel #96836D

Tints of Squirrel #96836D

RGB

 RED value IS 150 (58.98% from 255) = 38.46%

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

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

R = 38.46%
G = 33.59%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96836D (or 0x96836D) is known color: Squirrel. HEX triplet: 96, 83 and 6D. RGB value is (150,131,109). Sum of RGB (Red+Green+Blue) = 150+131+109=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96836D is #697C92. Grayscale: #868686. Windows color (decimal): -6913171 or 7177110. OLE color: 7177110.

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

Color convert

RGB 150 131 109 -
CMYK 0 0.13 0.27 0.41
HSL 32.2º 0.16% 0.51% -
HSV(B) 32.2º 0.27% 0.59% -
XYZ 23.45 23.82 17.83 -
YUV 134.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 150 131 109 0 0.13 0.27 0.41 32.2 0.16 0.51
Hex 96 83 6D 0 D 1B 29 20 10 33
Octal 226 203 155 0 15 33 51 40 20 63
Binary 10010110 10000011 1101101 0 1101 11011 101001 100000 10000 110011

Color Harmonies of #96836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96836D

Black with #96836D

Text Example


Text Example

White with #96836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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