#675D60

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

Shades of Scorpion #675D60

Tints of Scorpion #675D60

Color information

#675D60 (or 0x675D60) is unknown color: approx Scorpion. HEX triplet: 67, 5D and 60. RGB value is (103,93,96). Sum of RGB (Red+Green+Blue) = 103+93+96=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 103 - color contains mainly: red. Hex color #675D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D60 is #98A29F. Grayscale: #606060. Windows color (decimal): -10003104 or 6315367. OLE color: 6315367.

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

Color convert

RGB1039396-
CMYK00.100.070.60
HSL342º5.1%38.43%-
HSV(B)342º9.71%40.39%-
XYZ11.6211.5612.68-
YUV96.33127.81132.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.27%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=35.27%
G=31.85%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103939600.100.070.603425.138.43
Hex675D600A73C156526
Octal147135140012774526546
Binary11001111011101110000001010111111100101010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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