#675263

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

Shades of Salt Box #675263

Tints of Salt Box #675263

Color information

#675263 (or 0x675263) is unknown color: approx Salt Box. HEX triplet: 67, 52 and 63. RGB value is (103,82,99). Sum of RGB (Red+Green+Blue) = 103+82+99=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #675263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675263 is #98AD9C. Grayscale: #5A5A5A. Windows color (decimal): -10005917 or 6509159. OLE color: 6509159.

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

Color convert

RGB1038299-
CMYK00.200.040.60
HSL311.43º11.35%36.27%-
HSV(B)311.43º20.39%40.39%-
XYZ10.869.8213.13-
YUV90.22132.96137.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=36.27%
G=28.87%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103829900.200.040.60311.4311.3536.27
Hex67526301443C137b24
Octal1471221430244744671344
Binary1100111101001011000110101001001111001001101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675263; }

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

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

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

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

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

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

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

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