#666376

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

Shades of Dolphin #666376

Tints of Dolphin #666376

Color information

#666376 (or 0x666376) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 76. RGB value is (102,99,118). Sum of RGB (Red+Green+Blue) = 102+99+118=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #666376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666376 is #999C89. Grayscale: #656565. Windows color (decimal): -10067082 or 7758694. OLE color: 7758694.

HSL color Cylindrical-coordinate representation of color #666376: hue angle of 249.47º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666376 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10299118-
CMYK0.140.1600.54
HSL249.47º8.76%42.55%-
HSV(B)249.47º16.1%46.27%-
XYZ13.2113.0618.96-
YUV102.06136.99127.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.97%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=31.97%
G=31.03%
B=36.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102991180.140.1600.54249.478.7642.55
Hex666376E10036f992b
Octal14614316616200663711153
Binary1100110110001111101101110100000110110111110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666376; }

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

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

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

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

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

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

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

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