#666372

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

Shades of Dolphin #666372

Tints of Dolphin #666372

Color information

#666372 (or 0x666372) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 72. RGB value is (102,99,114). Sum of RGB (Red+Green+Blue) = 102+99+114=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #666372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666372 is #999C8D. Grayscale: #656565. Windows color (decimal): -10067086 or 7496550. OLE color: 7496550.

HSL color Cylindrical-coordinate representation of color #666372: hue angle of 252º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666372 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10299114-
CMYK0.110.1300.55
HSL252º7.04%41.76%-
HSV(B)252º13.16%44.71%-
XYZ12.9812.9617.74-
YUV101.61134.99128.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=32.38%
G=31.43%
B=36.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102991140.110.1300.552527.0441.76
Hex666372BD037fc72a
Octal1461431621315067374752
Binary11001101100011111001010111101011011111111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666372; }

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

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

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

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

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

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

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

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