#684E53

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

Shades of Don Juan #684E53

Tints of Don Juan #684E53

Color information

#684E53 (or 0x684E53) is unknown color: approx Don Juan. HEX triplet: 68, 4E and 53. RGB value is (104,78,83). Sum of RGB (Red+Green+Blue) = 104+78+83=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #684E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E53 is #97B1AC. Grayscale: #565656. Windows color (decimal): -9941421 or 5459560. OLE color: 5459560.

HSL color Cylindrical-coordinate representation of color #684E53: hue angle of 348.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E53 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1047883-
CMYK00.250.200.59
HSL348.46º14.29%35.69%-
HSV(B)348.46º25%40.78%-
XYZ9.999.029.4-
YUV86.34126.11140.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=39.25%
G=29.43%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104788300.250.200.59348.4614.2935.69
Hex684E53019143B15ce24
Octal15011612303124735341644
Binary110100010011101010011011001101001110111010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,78,83); }

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

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

 a { background-color: rgb(104,78,83); }

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

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

 span { border-color: rgb(104,78,83); }

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