#666371

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

Shades of Dolphin #666371

Tints of Dolphin #666371

Color information

#666371 (or 0x666371) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 71. RGB value is (102,99,113). Sum of RGB (Red+Green+Blue) = 102+99+113=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #666371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666371 is #999C8E. Grayscale: #656565. Windows color (decimal): -10067087 or 7431014. OLE color: 7431014.

HSL color Cylindrical-coordinate representation of color #666371: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666371 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10299113-
CMYK0.100.1200.56
HSL252.86º6.6%41.57%-
HSV(B)252.86º12.39%44.31%-
XYZ12.9212.9417.44-
YUV101.49134.49128.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=32.48%
G=31.53%
B=35.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102991130.100.1200.56252.866.641.57
Hex666371AC038fd72a
Octal1461431611214070375752
Binary11001101100011111000110101100011100011111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666371; }

 p { color: rgb(102,99,113); }

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

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

 a { background-color: rgb(102,99,113); }

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

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

 span { border-color: rgb(102,99,113); }

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