#675C62

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

Shades of Scorpion #675C62

Tints of Scorpion #675C62

Color information

#675C62 (or 0x675C62) is unknown color: approx Scorpion. HEX triplet: 67, 5C and 62. RGB value is (103,92,98). Sum of RGB (Red+Green+Blue) = 103+92+98=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 103 - color contains mainly: red. Hex color #675C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C62 is #98A39D. Grayscale: #5F5F5F. Windows color (decimal): -10003358 or 6446183. OLE color: 6446183.

HSL color Cylindrical-coordinate representation of color #675C62: hue angle of 327.27º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #675C62 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1039298-
CMYK00.110.050.60
HSL327.27º5.64%38.24%-
HSV(B)327.27º10.68%40.39%-
XYZ11.6311.4213.15-
YUV95.97129.14133.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.15%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=35.15%
G=31.40%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103929800.110.050.60327.275.6438.24
Hex675C620B53C147626
Octal147134142013574507646
Binary11001111011100110001001011101111100101000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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