#675261

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

Shades of Salt Box #675261

Tints of Salt Box #675261

Color information

#675261 (or 0x675261) is unknown color: approx Salt Box. HEX triplet: 67, 52 and 61. RGB value is (103,82,97). Sum of RGB (Red+Green+Blue) = 103+82+97=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #675261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675261 is #98AD9E. Grayscale: #595959. Windows color (decimal): -10005919 or 6378087. OLE color: 6378087.

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

Color convert

RGB1038297-
CMYK00.200.060.60
HSL317.14º11.35%36.27%-
HSV(B)317.14º20.39%40.39%-
XYZ10.779.7812.63-
YUV89.99131.96137.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.52%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=36.52%
G=29.08%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103829700.200.060.60317.1411.3536.27
Hex67526101463C13db24
Octal1471221410246744751344
Binary1100111101001011000010101001101111001001111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675261; }

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

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

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

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

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

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

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

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