#67585D

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

Shades of Scorpion #67585D

Tints of Scorpion #67585D

Color information

#67585D (or 0x67585D) is unknown color: approx Scorpion. HEX triplet: 67, 58 and 5D. RGB value is (103,88,93). Sum of RGB (Red+Green+Blue) = 103+88+93=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #67585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67585D is #98A7A2. Grayscale: #5D5D5D. Windows color (decimal): -10004387 or 6117479. OLE color: 6117479.

HSL color Cylindrical-coordinate representation of color #67585D: hue angle of 340º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #67585D is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1038893-
CMYK00.150.100.60
HSL340º7.85%37.45%-
HSV(B)340º14.56%40.39%-
XYZ11.0610.6511.83-
YUV93.06127.97135.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=36.27%
G=30.99%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103889300.150.100.603407.8537.45
Hex67585D0FA3C154825
Octal14713013501712745241045
Binary1100111101100010111010111110101111001010101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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