#684B4E

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

Shades of Don Juan #684B4E

Tints of Don Juan #684B4E

Color information

#684B4E (or 0x684B4E) is unknown color: approx Don Juan. HEX triplet: 68, 4B and 4E. RGB value is (104,75,78). Sum of RGB (Red+Green+Blue) = 104+75+78=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B4E is #97B4B1. Grayscale: #545454. Windows color (decimal): -9942194 or 5131112. OLE color: 5131112.

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

Color convert

RGB1047578-
CMYK00.280.250.59
HSL353.79º16.2%35.1%-
HSV(B)353.79º27.88%40.78%-
XYZ9.68.538.35-
YUV84.01124.61142.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=40.47%
G=29.18%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104757800.280.250.59353.7916.235.1
Hex684B4E01C193B1621023
Octal15011311603431735422043
Binary1101000100101110011100111001100111101110110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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