#684D4E

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

Shades of Don Juan #684D4E

Tints of Don Juan #684D4E

Color information

#684D4E (or 0x684D4E) is unknown color: approx Don Juan. HEX triplet: 68, 4D and 4E. RGB value is (104,77,78). Sum of RGB (Red+Green+Blue) = 104+77+78=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #684D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D4E is #97B2B1. Grayscale: #555555. Windows color (decimal): -9941682 or 5131624. OLE color: 5131624.

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

Color convert

RGB1047778-
CMYK00.260.250.59
HSL357.78º14.92%35.49%-
HSV(B)357.78º25.96%40.78%-
XYZ9.748.88.39-
YUV85.19123.95141.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=40.15%
G=29.73%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104777800.260.250.59357.7814.9235.49
Hex684D4E01A193B166f23
Octal15011511603231735461743
Binary110100010011011001110011010110011110111011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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