#676062

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

Shades of Scorpion #676062

Tints of Scorpion #676062

Color information

#676062 (or 0x676062) is unknown color: approx Scorpion. HEX triplet: 67, 60 and 62. RGB value is (103,96,98). Sum of RGB (Red+Green+Blue) = 103+96+98=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 103 - color contains mainly: red. Hex color #676062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676062 is #989F9D. Grayscale: #626262. Windows color (decimal): -10002334 or 6447207. OLE color: 6447207.

HSL color Cylindrical-coordinate representation of color #676062: hue angle of 342.86º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #676062 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1039698-
CMYK00.070.050.60
HSL342.86º3.52%39.02%-
HSV(B)342.86º6.8%40.39%-
XYZ11.9812.1313.27-
YUV98.32127.82131.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.68%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=34.68%
G=32.32%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103969800.070.050.60342.863.5239.02
Hex6760620753C157427
Octal14714014207574527447
Binary1100111110000011000100111101111100101010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676062; }

 p { color: rgb(103,96,98); }

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

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

 a { background-color: rgb(103,96,98); }

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

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

 span { border-color: rgb(103,96,98); }

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