#735D6E

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

Shades of Salt Box #735D6E

Tints of Salt Box #735D6E

Color information

#735D6E (or 0x735D6E) is unknown color: approx Salt Box. HEX triplet: 73, 5D and 6E. RGB value is (115,93,110). Sum of RGB (Red+Green+Blue) = 115+93+110=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #735D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735D6E is #8CA291. Grayscale: #656565. Windows color (decimal): -9216658 or 7232883. OLE color: 7232883.

HSL color Cylindrical-coordinate representation of color #735D6E: hue angle of 313.64º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #735D6E is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11593110-
CMYK00.190.040.55
HSL313.64º10.58%40.78%-
HSV(B)313.64º19.13%45.1%-
XYZ13.812.616.46-
YUV101.52132.79137.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 93 (36.72% from 255) = 29.25%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=36.16%
G=29.25%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159311000.190.040.55313.6410.5840.78
Hex735D6E01343713ab29
Octal1631351560234674721351
Binary1110011101110111011100100111001101111001110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735D6E; }

 p { color: rgb(115,93,110); }

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

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

 a { background-color: rgb(115,93,110); }

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

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

 span { border-color: rgb(115,93,110); }

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