#684D52

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

Shades of Don Juan #684D52

Tints of Don Juan #684D52

Color information

#684D52 (or 0x684D52) is unknown color: approx Don Juan. HEX triplet: 68, 4D and 52. RGB value is (104,77,82). Sum of RGB (Red+Green+Blue) = 104+77+82=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #684D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D52 is #97B2AD. Grayscale: #555555. Windows color (decimal): -9941678 or 5393768. OLE color: 5393768.

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

Color convert

RGB1047782-
CMYK00.260.210.59
HSL348.89º14.92%35.49%-
HSV(B)348.89º25.96%40.78%-
XYZ9.898.869.17-
YUV85.64125.95141.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=39.54%
G=29.28%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104778200.260.210.59348.8914.9235.49
Hex684D5201A153B15df23
Octal15011512203225735351743
Binary110100010011011010010011010101011110111010111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,77,82); }

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

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

 a { background-color: rgb(104,77,82); }

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

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

 span { border-color: rgb(104,77,82); }

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