#684E52

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

Shades of Don Juan #684E52

Tints of Don Juan #684E52

Color information

#684E52 (or 0x684E52) is unknown color: approx Don Juan. HEX triplet: 68, 4E and 52. RGB value is (104,78,82). Sum of RGB (Red+Green+Blue) = 104+78+82=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #684E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E52 is #97B1AD. Grayscale: #565656. Windows color (decimal): -9941422 or 5394024. OLE color: 5394024.

HSL color Cylindrical-coordinate representation of color #684E52: hue angle of 350.77º 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 #684E52 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1047882-
CMYK00.250.210.59
HSL350.77º14.29%35.69%-
HSV(B)350.77º25%40.78%-
XYZ9.9699.2-
YUV86.23125.61140.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=39.39%
G=29.55%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104788200.250.210.59350.7714.2935.69
Hex684E52019153B15fe24
Octal15011612203125735371644
Binary110100010011101010010011001101011110111010111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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