#674862

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

Shades of Salt Box #674862

Tints of Salt Box #674862

Color information

#674862 (or 0x674862) is unknown color: approx Salt Box. HEX triplet: 67, 48 and 62. RGB value is (103,72,98). Sum of RGB (Red+Green+Blue) = 103+72+98=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 103 - color contains mainly: red. Hex color #674862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674862 is #98B79D. Grayscale: #545454. Windows color (decimal): -10008478 or 6441063. OLE color: 6441063.

HSL color Cylindrical-coordinate representation of color #674862: hue angle of 309.68º 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 #674862 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1037298-
CMYK00.300.050.60
HSL309.68º17.71%34.31%-
HSV(B)309.68º30.1%40.39%-
XYZ10.128.412.64-
YUV84.23135.77141.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=37.73%
G=26.37%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103729800.300.050.60309.6817.7134.31
Hex67486201E53C1361222
Octal1471101420365744662242
Binary11001111001000110001001111010111110010011011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674862; }

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

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

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

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

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

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

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

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