#67575F

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

Shades of Scorpion #67575F

Tints of Scorpion #67575F

Color information

#67575F (or 0x67575F) is unknown color: approx Scorpion. HEX triplet: 67, 57 and 5F. RGB value is (103,87,95). Sum of RGB (Red+Green+Blue) = 103+87+95=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #67575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67575F is #98A8A0. Grayscale: #5C5C5C. Windows color (decimal): -10004641 or 6248295. OLE color: 6248295.

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

Color convert

RGB1038795-
CMYK00.160.080.60
HSL330º8.42%37.25%-
HSV(B)330º15.53%40.39%-
XYZ11.0710.5312.27-
YUV92.7129.3135.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=36.14%
G=30.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103879500.160.080.603308.4237.25
Hex67575F01083C14a825
Octal14712713702010745121045
Binary11001111010111101111101000010001111001010010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67575F; }

 p { color: rgb(103,87,95); }

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

<style>
 a { background-color: #67575F; }

 a { background-color: rgb(103,87,95); }

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

<style>
 span { border-color: #67575F; }

 span { border-color: rgb(103,87,95); }

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