#675561

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

Shades of Salt Box #675561

Tints of Salt Box #675561

Color information

#675561 (or 0x675561) is unknown color: approx Salt Box. HEX triplet: 67, 55 and 61. RGB value is (103,85,97). Sum of RGB (Red+Green+Blue) = 103+85+97=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675561 is #98AA9E. Grayscale: #5B5B5B. Windows color (decimal): -10005151 or 6378855. OLE color: 6378855.

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

Color convert

RGB1038597-
CMYK00.170.060.60
HSL320º9.57%36.86%-
HSV(B)320º17.48%40.39%-
XYZ1110.2412.71-
YUV91.75130.96136.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=36.14%
G=29.82%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103859700.170.060.603209.5736.86
Hex67556101163C140a25
Octal1471251410216745001245
Binary1100111101010111000010100011101111001010000001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675561; }

 p { color: rgb(103,85,97); }

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

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

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

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

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

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

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