#674863

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

Shades of Salt Box #674863

Tints of Salt Box #674863

Color information

#674863 (or 0x674863) is unknown color: approx Salt Box. HEX triplet: 67, 48 and 63. RGB value is (103,72,99). Sum of RGB (Red+Green+Blue) = 103+72+99=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #674863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674863 is #98B79C. Grayscale: #545454. Windows color (decimal): -10008477 or 6506599. OLE color: 6506599.

HSL color Cylindrical-coordinate representation of color #674863: hue angle of 307.74º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674863 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1037299-
CMYK00.300.040.60
HSL307.74º17.71%34.31%-
HSV(B)307.74º30.1%40.39%-
XYZ10.168.4212.89-
YUV84.35136.27141.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=37.59%
G=26.28%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103729900.300.040.60307.7417.7134.31
Hex67486301E43C1341222
Octal1471101430364744642242
Binary11001111001000110001101111010011110010011010010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674863; }

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

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

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

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

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

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

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

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