#675163

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

Shades of Salt Box #675163

Tints of Salt Box #675163

Color information

#675163 (or 0x675163) is unknown color: approx Salt Box. HEX triplet: 67, 51 and 63. RGB value is (103,81,99). Sum of RGB (Red+Green+Blue) = 103+81+99=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #675163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675163 is #98AE9C. Grayscale: #595959. Windows color (decimal): -10006173 or 6508903. OLE color: 6508903.

HSL color Cylindrical-coordinate representation of color #675163: hue angle of 310.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675163 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1038199-
CMYK00.210.040.60
HSL310.91º11.96%36.08%-
HSV(B)310.91º21.36%40.39%-
XYZ10.799.6713.1-
YUV89.63133.29137.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=36.40%
G=28.62%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103819900.210.040.60310.9111.9636.08
Hex67516301543C137c24
Octal1471211430254744671444
Binary1100111101000111000110101011001111001001101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675163; }

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

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

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

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

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

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

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

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