#646176

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

Shades of Dolphin #646176

Tints of Dolphin #646176

Color information

#646176 (or 0x646176) is unknown color: approx Dolphin. HEX triplet: 64, 61 and 76. RGB value is (100,97,118). Sum of RGB (Red+Green+Blue) = 100+97+118=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #646176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646176 is #9B9E89. Grayscale: #646464. Windows color (decimal): -10198666 or 7758180. OLE color: 7758180.

HSL color Cylindrical-coordinate representation of color #646176: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #646176 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10097118-
CMYK0.150.1800.54
HSL248.57º9.77%42.16%-
HSV(B)248.57º17.8%46.27%-
XYZ12.812.5718.89-
YUV100.29137.99127.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=31.75%
G=30.79%
B=37.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100971180.150.1800.54248.579.7742.16
Hex646176F12036f9a2a
Octal14414116617220663711252
Binary1100100110000111101101111100100110110111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646176; }

 p { color: rgb(100,97,118); }

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

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

 a { background-color: rgb(100,97,118); }

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

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

 span { border-color: rgb(100,97,118); }

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