#684C50

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

Shades of Don Juan #684C50

Tints of Don Juan #684C50

Color information

#684C50 (or 0x684C50) is unknown color: approx Don Juan. HEX triplet: 68, 4C and 50. RGB value is (104,76,80). Sum of RGB (Red+Green+Blue) = 104+76+80=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #684C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C50 is #97B3AF. Grayscale: #545454. Windows color (decimal): -9941936 or 5262440. OLE color: 5262440.

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

Color convert

RGB1047680-
CMYK00.270.230.59
HSL351.43º15.56%35.29%-
HSV(B)351.43º26.92%40.78%-
XYZ9.748.698.75-
YUV84.83125.28141.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 76 (30.08% from 255) = 29.23%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=40%
G=29.23%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104768000.270.230.59351.4315.5635.29
Hex684C5001B173B15f1023
Octal15011412003327735372043
Binary1101000100110010100000110111011111101110101111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,76,80); }

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

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

 a { background-color: rgb(104,76,80); }

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

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

 span { border-color: rgb(104,76,80); }

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