#67585C

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

Shades of Scorpion #67585C

Tints of Scorpion #67585C

Color information

#67585C (or 0x67585C) is unknown color: approx Scorpion. HEX triplet: 67, 58 and 5C. RGB value is (103,88,92). Sum of RGB (Red+Green+Blue) = 103+88+92=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #67585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67585C is #98A7A3. Grayscale: #5C5C5C. Windows color (decimal): -10004388 or 6051943. OLE color: 6051943.

HSL color Cylindrical-coordinate representation of color #67585C: hue angle of 344º 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 #67585C is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1038892-
CMYK00.150.110.60
HSL344º7.85%37.45%-
HSV(B)344º14.56%40.39%-
XYZ11.0210.6411.6-
YUV92.94127.47135.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=36.40%
G=31.10%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103889200.150.110.603447.8537.45
Hex67585C0FB3C158825
Octal14713013401713745301045
Binary1100111101100010111000111110111111001010110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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