#6A5763

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

Shades of Salt Box #6A5763

Tints of Salt Box #6A5763

Color information

#6A5763 (or 0x6A5763) is unknown color: approx Salt Box. HEX triplet: 6A, 57 and 63. RGB value is (106,87,99). Sum of RGB (Red+Green+Blue) = 106+87+99=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5763 is #95A89C. Grayscale: #5E5E5E. Windows color (decimal): -9808029 or 6510442. OLE color: 6510442.

HSL color Cylindrical-coordinate representation of color #6A5763: hue angle of 322.11º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A5763 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1068799-
CMYK00.180.070.58
HSL322.11º9.84%37.84%-
HSV(B)322.11º17.92%41.57%-
XYZ11.610.7813.27-
YUV94.05130.79136.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.30%
GREEN value IS 87 (34.38% from 255) = 29.79%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=36.30%
G=29.79%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106879900.180.070.58322.119.8437.84
Hex6A576301273A142a26
Octal1521271430227725021246
Binary1101010101011111000110100101111110101010000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A5763; }

 p { color: rgb(106,87,99); }

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

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

 a { background-color: rgb(106,87,99); }

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

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

 span { border-color: rgb(106,87,99); }

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