#67585E

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

Shades of Scorpion #67585E

Tints of Scorpion #67585E

Color information

#67585E (or 0x67585E) is unknown color: approx Scorpion. HEX triplet: 67, 58 and 5E. RGB value is (103,88,94). Sum of RGB (Red+Green+Blue) = 103+88+94=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #67585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67585E is #98A7A1. Grayscale: #5D5D5D. Windows color (decimal): -10004386 or 6183015. OLE color: 6183015.

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

Color convert

RGB1038894-
CMYK00.150.090.60
HSL336º7.85%37.45%-
HSV(B)336º14.56%40.39%-
XYZ11.110.6712.06-
YUV93.17128.47135.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=36.14%
G=30.88%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103889400.150.090.603367.8537.45
Hex67585E0F93C150825
Octal14713013601711745201045
Binary1100111101100010111100111110011111001010100001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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