#684C4E

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

Shades of Don Juan #684C4E

Tints of Don Juan #684C4E

Color information

#684C4E (or 0x684C4E) is unknown color: approx Don Juan. HEX triplet: 68, 4C and 4E. RGB value is (104,76,78). Sum of RGB (Red+Green+Blue) = 104+76+78=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #684C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C4E is #97B3B1. Grayscale: #545454. Windows color (decimal): -9941938 or 5131368. OLE color: 5131368.

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

Color convert

RGB1047678-
CMYK00.270.250.59
HSL355.71º15.56%35.29%-
HSV(B)355.71º26.92%40.78%-
XYZ9.678.668.37-
YUV84.6124.28141.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=40.31%
G=29.46%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104767800.270.250.59355.7115.5635.29
Hex684C4E01B193B1641023
Octal15011411603331735442043
Binary1101000100110010011100110111100111101110110010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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