#675D67

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

Shades of Salt Box #675D67

Tints of Salt Box #675D67

Color information

#675D67 (or 0x675D67) is unknown color: approx Salt Box. HEX triplet: 67, 5D and 67. RGB value is (103,93,103). Sum of RGB (Red+Green+Blue) = 103+93+103=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 103 - color contains mainly: red, blue. Hex color #675D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D67 is #98A298. Grayscale: #616161. Windows color (decimal): -10003097 or 6774119. OLE color: 6774119.

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

Color convert

RGB10393103-
CMYK00.1000.60
HSL300º5.1%38.43%-
HSV(B)300º9.71%40.39%-
XYZ11.9611.6914.46-
YUV97.13131.31132.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.45%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=34.45%
G=31.10%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1039310300.1000.603005.138.43
Hex675D670A03C12c526
Octal147135147012074454546
Binary110011110111011100111010100111100100101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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