#676371

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

Shades of Dolphin #676371

Tints of Dolphin #676371

Color information

#676371 (or 0x676371) is unknown color: approx Dolphin. HEX triplet: 67, 63 and 71. RGB value is (103,99,113). Sum of RGB (Red+Green+Blue) = 103+99+113=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #676371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676371 is #989C8E. Grayscale: #656565. Windows color (decimal): -10001551 or 7431015. OLE color: 7431015.

HSL color Cylindrical-coordinate representation of color #676371: hue angle of 257.14º 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 #676371 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10399113-
CMYK0.090.1200.56
HSL257.14º6.6%41.57%-
HSV(B)257.14º12.39%44.31%-
XYZ13.041317.44-
YUV101.79134.33128.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.70%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=32.70%
G=31.43%
B=35.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103991130.090.1200.56257.146.641.57
Hex6763719C03810172a
Octal1471431611114070401752
Binary110011111000111110001100111000111000100000001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676371; }

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

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

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

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

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

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

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

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