#684C4D

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

Shades of Don Juan #684C4D

Tints of Don Juan #684C4D

Color information

#684C4D (or 0x684C4D) is unknown color: approx Don Juan. HEX triplet: 68, 4C and 4D. RGB value is (104,76,77). Sum of RGB (Red+Green+Blue) = 104+76+77=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C4D is #97B3B2. Grayscale: #545454. Windows color (decimal): -9941939 or 5065832. OLE color: 5065832.

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

Color convert

RGB1047677-
CMYK00.270.260.59
HSL357.86º15.56%35.29%-
HSV(B)357.86º26.92%40.78%-
XYZ9.638.658.18-
YUV84.49123.78141.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.47%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=40.47%
G=29.57%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104767700.270.260.59357.8615.5635.29
Hex684C4D01B1A3B1661023
Octal15011411503332735462043
Binary1101000100110010011010110111101011101110110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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