#948267

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

Shades of Squirrel #948267

Tints of Squirrel #948267

Color information

#948267 (or 0x948267) is unknown color: approx Squirrel. HEX triplet: 94, 82 and 67. RGB value is (148,130,103). Sum of RGB (Red+Green+Blue) = 148+130+103=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #948267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948267 is #6B7D98. Grayscale: #848484. Windows color (decimal): -7044505 or 6783636. OLE color: 6783636.

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

Color convert

RGB148130103-
CMYK00.120.300.42
HSL36º17.93%49.22%-
HSV(B)36º30.41%58.04%-
XYZ22.6423.2416.12-
YUV132.3111.46139.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 103 (40.62% from 255) = 27.03%
R=38.85%
G=34.12%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813010300.120.300.423617.9349.22
Hex9482670C1E2A241231
Octal2242021470143652442261
Binary10010100100000101100111011001111010101010010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948267; }

 p { color: rgb(148,130,103); }

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

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

 a { background-color: rgb(148,130,103); }

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

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

 span { border-color: rgb(148,130,103); }

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