#948066

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

Shades of Squirrel #948066

Tints of Squirrel #948066

Color information

#948066 (or 0x948066) is unknown color: approx Squirrel. HEX triplet: 94, 80 and 66. RGB value is (148,128,102). Sum of RGB (Red+Green+Blue) = 148+128+102=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #948066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948066 is #6B7F99. Grayscale: #838383. Windows color (decimal): -7045018 or 6717588. OLE color: 6717588.

HSL color Cylindrical-coordinate representation of color #948066: hue angle of 33.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948066 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB148128102-
CMYK00.140.310.42
HSL33.91º18.4%49.02%-
HSV(B)33.91º31.08%58.04%-
XYZ22.3322.6915.77-
YUV131.02111.63140.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=39.15%
G=33.86%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812810200.140.310.4233.9118.449.02
Hex9480660E1F2A221231
Octal2242001460163752422261
Binary10010100100000001100110011101111110101010001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948066; }

 p { color: rgb(148,128,102); }

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

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

 a { background-color: rgb(148,128,102); }

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

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

 span { border-color: rgb(148,128,102); }

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