#675D5F

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

Shades of Scorpion #675D5F

Tints of Scorpion #675D5F

Color information

#675D5F (or 0x675D5F) is unknown color: approx Scorpion. HEX triplet: 67, 5D and 5F. RGB value is (103,93,95). Sum of RGB (Red+Green+Blue) = 103+93+95=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 103 - color contains mainly: red. Hex color #675D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D5F is #98A2A0. Grayscale: #606060. Windows color (decimal): -10003105 or 6249831. OLE color: 6249831.

HSL color Cylindrical-coordinate representation of color #675D5F: hue angle of 348º 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 #675D5F is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1039395-
CMYK00.100.080.60
HSL348º5.1%38.43%-
HSV(B)348º9.71%40.39%-
XYZ11.5711.5412.44-
YUV96.22127.31132.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=35.40%
G=31.96%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103939500.100.080.603485.138.43
Hex675D5F0A83C15c526
Octal1471351370121074534546
Binary110011110111011011111010101000111100101011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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