#684C4F

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

Shades of Don Juan #684C4F

Tints of Don Juan #684C4F

Color information

#684C4F (or 0x684C4F) is unknown color: approx Don Juan. HEX triplet: 68, 4C and 4F. RGB value is (104,76,79). Sum of RGB (Red+Green+Blue) = 104+76+79=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #684C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C4F is #97B3B0. Grayscale: #545454. Windows color (decimal): -9941937 or 5196904. OLE color: 5196904.

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

Color convert

RGB1047679-
CMYK00.270.240.59
HSL353.57º15.56%35.29%-
HSV(B)353.57º26.92%40.78%-
XYZ9.78.688.56-
YUV84.71124.78141.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=40.15%
G=29.34%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104767900.270.240.59353.5715.5635.29
Hex684C4F01B183B1621023
Octal15011411703330735422043
Binary1101000100110010011110110111100011101110110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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