#684A50

Color #684A50 Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #684A50

Tints of Don Juan #684A50

Color information

#684A50 (or 0x684A50) is unknown color: approx Don Juan. HEX triplet: 68, 4A and 50. RGB value is (104,74,80). Sum of RGB (Red+Green+Blue) = 104+74+80=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #684A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A50 is #97B5AF. Grayscale: #535353. Windows color (decimal): -9942448 or 5261928. OLE color: 5261928.

HSL color Cylindrical-coordinate representation of color #684A50: hue angle of 348º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A50 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1047480-
CMYK00.290.230.59
HSL348º16.85%34.9%-
HSV(B)348º28.85%40.78%-
XYZ9.618.428.71-
YUV83.65125.94142.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 74 (29.30% from 255) = 28.68%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=40.31%
G=28.68%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104748000.290.230.5934816.8534.9
Hex684A5001D173B15c1123
Octal15011212003527735342143
Binary1101000100101010100000111011011111101110101110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684A50; }

 p { color: rgb(104,74,80); }

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

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

 a { background-color: rgb(104,74,80); }

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

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

 span { border-color: rgb(104,74,80); }

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