#928063

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

Shades of Squirrel #928063

Tints of Squirrel #928063

Color information

#928063 (or 0x928063) is unknown color: approx Squirrel. HEX triplet: 92, 80 and 63. RGB value is (146,128,99). Sum of RGB (Red+Green+Blue) = 146+128+99=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #928063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928063 is #6D7F9C. Grayscale: #828282. Windows color (decimal): -7176093 or 6520978. OLE color: 6520978.

HSL color Cylindrical-coordinate representation of color #928063: hue angle of 37.02º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928063 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14612899-
CMYK00.120.320.43
HSL37.02º19.18%48.04%-
HSV(B)37.02º32.19%57.25%-
XYZ21.8322.4514.99-
YUV130.08110.46139.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=39.14%
G=34.32%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461289900.120.320.4337.0219.1848.04
Hex9280630C202B251330
Octal2222001430144053452360
Binary100100101000000011000110110010000010101110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928063; }

 p { color: rgb(146,128,99); }

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

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

 a { background-color: rgb(146,128,99); }

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

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

 span { border-color: rgb(146,128,99); }

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