#67666D

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

Shades of Dolphin #67666D

Tints of Dolphin #67666D

Color information

#67666D (or 0x67666D) is unknown color: approx Dolphin. HEX triplet: 67, 66 and 6D. RGB value is (103,102,109). Sum of RGB (Red+Green+Blue) = 103+102+109=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #67666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67666D is #989992. Grayscale: #676767. Windows color (decimal): -10000787 or 7169639. OLE color: 7169639.

HSL color Cylindrical-coordinate representation of color #67666D: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #67666D is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB103102109-
CMYK0.060.0600.57
HSL248.57º3.32%41.37%-
HSV(B)248.57º6.42%42.75%-
XYZ13.1113.4916.38-
YUV103.1131.33127.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=32.80%
G=32.48%
B=34.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1031021090.060.0600.57248.573.3241.37
Hex67666D66039f9329
Octal14714615566071371351
Binary11001111100110110110111011001110011111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67666D; }

 p { color: rgb(103,102,109); }

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

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

 a { background-color: rgb(103,102,109); }

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

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

 span { border-color: rgb(103,102,109); }

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