#90836C

Color #90836C Squirrel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Squirrel #90836C

Tints of Squirrel #90836C

Color information

#90836C (or 0x90836C) is unknown color: approx Squirrel. HEX triplet: 90, 83 and 6C. RGB value is (144,131,108). Sum of RGB (Red+Green+Blue) = 144+131+108=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #90836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90836C is #6F7C93. Grayscale: #848484. Windows color (decimal): -7306388 or 7111568. OLE color: 7111568.

HSL color Cylindrical-coordinate representation of color #90836C: hue angle of 38.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90836C is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB144131108-
CMYK00.090.250.44
HSL38.33º14.29%49.41%-
HSV(B)38.33º25%56.47%-
XYZ22.3223.2417.5-
YUV132.26114.31136.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=37.60%
G=34.20%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413110800.090.250.4438.3314.2949.41
Hex90836C09192C26e31
Octal2202031540113154461661
Binary1001000010000011110110001001110011011001001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #90836C;
 }
 .AnyTagClassName
 {
   color: #90836C;
 }
</style>
background-color css

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

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

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

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

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

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