Html Css Color HEX #684E52 Don Juan

📋 copy color: '#684E52'

red 104 ◦ green 78 ◦ blue 82

#684E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Don Juan #684E52

Tints of Don Juan #684E52

RGB

 RED value IS 104 (41.02% from 255) = 39.39%

 GREEN value IS 78 (30.86% from 255) = 29.55%

 BLUE value IS 82 (32.42% from 255) = 31.06%

R = 39.39%
G = 29.55%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#684E52 (or 0x684E52) is known color: Don Juan. HEX triplet: 68, 4E and 52. RGB value is (104,78,82). Sum of RGB (Red+Green+Blue) = 104+78+82=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #684E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E52 is #97B1AD. Grayscale: #565656. Windows color (decimal): -9941422 or 5394024. OLE color: 5394024.

HSL color Cylindrical-coordinate representation of color #684E52: hue angle of 350.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E52 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 78 82 -
CMYK 0 0.25 0.21 0.59
HSL 350.77º 0.14% 0.36% -
HSV(B) 350.77º 0.25% 0.41% -
XYZ 9.96 9 9.2 -
YUV 86.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 104 78 82 0 0.25 0.21 0.59 350.77 0.14 0.36
Hex 68 4E 52 0 19 15 3B 15F E 24
Octal 150 116 122 0 31 25 73 537 16 44
Binary 1101000 1001110 1010010 0 11001 10101 111011 101011111 1110 100100

Color Harmonies of #684E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E52

Black with #684E52

Text Example


Text Example

White with #684E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #684E52;
 }
 .AnyTagClassName
 {
   color: #684E52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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