#684B4D

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

Shades of Don Juan #684B4D

Tints of Don Juan #684B4D

Color information

#684B4D (or 0x684B4D) is unknown color: approx Don Juan. HEX triplet: 68, 4B and 4D. RGB value is (104,75,77). Sum of RGB (Red+Green+Blue) = 104+75+77=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #684B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B4D is #97B4B2. Grayscale: #535353. Windows color (decimal): -9942195 or 5065576. OLE color: 5065576.

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

Color convert

RGB1047577-
CMYK00.280.260.59
HSL355.86º16.2%35.1%-
HSV(B)355.86º27.88%40.78%-
XYZ9.568.518.16-
YUV83.9124.11142.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 75 (29.69% from 255) = 29.30%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=40.62%
G=29.30%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104757700.280.260.59355.8616.235.1
Hex684B4D01C1A3B1641023
Octal15011311503432735442043
Binary1101000100101110011010111001101011101110110010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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