#704566

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

Shades of Salt Box #704566

Tints of Salt Box #704566

Color information

#704566 (or 0x704566) is unknown color: approx Salt Box. HEX triplet: 70, 45 and 66. RGB value is (112,69,102). Sum of RGB (Red+Green+Blue) = 112+69+102=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #704566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704566 is #8FBA99. Grayscale: #555555. Windows color (decimal): -9419418 or 6702448. OLE color: 6702448.

HSL color Cylindrical-coordinate representation of color #704566: hue angle of 313.95º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704566 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11269102-
CMYK00.380.090.56
HSL313.95º23.76%35.49%-
HSV(B)313.95º38.39%43.92%-
XYZ11.218.6613.65-
YUV85.62137.25146.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=39.58%
G=24.38%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126910200.380.090.56313.9523.7635.49
Hex70456602693813a1823
Octal16010514604611704723043
Binary1110000100010111001100100110100111100010011101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704566; }

 p { color: rgb(112,69,102); }

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

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

 a { background-color: rgb(112,69,102); }

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

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

 span { border-color: rgb(112,69,102); }

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