#675C60

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

Shades of Scorpion #675C60

Tints of Scorpion #675C60

Color information

#675C60 (or 0x675C60) is unknown color: approx Scorpion. HEX triplet: 67, 5C and 60. RGB value is (103,92,96). Sum of RGB (Red+Green+Blue) = 103+92+96=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #675C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C60 is #98A39F. Grayscale: #5F5F5F. Windows color (decimal): -10003360 or 6315111. OLE color: 6315111.

HSL color Cylindrical-coordinate representation of color #675C60: hue angle of 338.18º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #675C60 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1039296-
CMYK00.110.070.60
HSL338.18º5.64%38.24%-
HSV(B)338.18º10.68%40.39%-
XYZ11.5311.3812.66-
YUV95.74128.14133.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=35.40%
G=31.62%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103929600.110.070.60338.185.6438.24
Hex675C600B73C152626
Octal147134140013774522646
Binary11001111011100110000001011111111100101010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675C60; }

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

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

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

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

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

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

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

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