#684B51

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

Shades of Don Juan #684B51

Tints of Don Juan #684B51

Color information

#684B51 (or 0x684B51) is unknown color: approx Don Juan. HEX triplet: 68, 4B and 51. RGB value is (104,75,81). Sum of RGB (Red+Green+Blue) = 104+75+81=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #684B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B51 is #97B4AE. Grayscale: #545454. Windows color (decimal): -9942191 or 5327720. OLE color: 5327720.

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

Color convert

RGB1047581-
CMYK00.280.220.59
HSL347.59º16.2%35.1%-
HSV(B)347.59º27.88%40.78%-
XYZ9.718.578.93-
YUV84.35126.11142.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=40%
G=28.85%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104758100.280.220.59347.5916.235.1
Hex684B5101C163B15c1023
Octal15011312103426735342043
Binary1101000100101110100010111001011011101110101110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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