#675E66

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

Shades of Salt Box #675E66

Tints of Salt Box #675E66

Color information

#675E66 (or 0x675E66) is unknown color: approx Salt Box. HEX triplet: 67, 5E and 66. RGB value is (103,94,102). Sum of RGB (Red+Green+Blue) = 103+94+102=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 103 - color contains mainly: red. Hex color #675E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675E66 is #98A199. Grayscale: #616161. Windows color (decimal): -10002842 or 6708839. OLE color: 6708839.

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

Color convert

RGB10394102-
CMYK00.090.010.60
HSL306.67º4.57%38.63%-
HSV(B)306.67º8.74%40.39%-
XYZ11.9911.8514.23-
YUV97.6130.48131.85-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.45%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=34.45%
G=31.44%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1039410200.090.010.60306.674.5738.63
Hex675E660913C133527
Octal147136146011174463547
Binary110011110111101100110010011111100100110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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