Html Css Color HEX #684A51 Don Juan

📋 copy color: '#684A51'

red 104 ◦ green 74 ◦ blue 81

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

Shades of Don Juan #684A51

Tints of Don Juan #684A51

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 81 (32.03% from 255) = 31.27%

R = 40.15%
G = 28.57%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#684A51 (or 0x684A51) is known color: Don Juan. HEX triplet: 68, 4A and 51. RGB value is (104,74,81). Sum of RGB (Red+Green+Blue) = 104+74+81=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 81 (32.03% from 255 or 31.27% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #684A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A51 is #97B5AE. Grayscale: #535353. Windows color (decimal): -9942447 or 5327464. OLE color: 5327464.

HSL color Cylindrical-coordinate representation of color #684A51: hue angle of 346º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #684A51 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 81 -
CMYK 0 0.29 0.22 0.59
HSL 346º 0.17% 0.35% -
HSV(B) 346º 0.29% 0.41% -
XYZ 9.64 8.43 8.9 -
YUV 83.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 104 74 81 0 0.29 0.22 0.59 346 0.17 0.35
Hex 68 4A 51 0 1D 16 3B 15A 11 23
Octal 150 112 121 0 35 26 73 532 21 43
Binary 1101000 1001010 1010001 0 11101 10110 111011 101011010 10001 100011

Color Harmonies of #684A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A51

Black with #684A51

Text Example


Text Example

White with #684A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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