Html Css Color HEX #684A50 Don Juan

📋 copy color: '#684A50'

red 104 ◦ green 74 ◦ blue 80

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

Shades of Don Juan #684A50

Tints of Don Juan #684A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 40.31%
G = 28.68%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#684A50 (or 0x684A50) is known color: Don Juan. HEX triplet: 68, 4A and 50. RGB value is (104,74,80). Sum of RGB (Red+Green+Blue) = 104+74+80=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #684A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684A50 is #97B5AF. Grayscale: #535353. Windows color (decimal): -9942448 or 5261928. OLE color: 5261928.

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

Color convert

RGB 104 74 80 -
CMYK 0 0.29 0.23 0.59
HSL 348º 0.17% 0.35% -
HSV(B) 348º 0.29% 0.41% -
XYZ 9.61 8.42 8.71 -
YUV 83.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 104 74 80 0 0.29 0.23 0.59 348 0.17 0.35
Hex 68 4A 50 0 1D 17 3B 15C 11 23
Octal 150 112 120 0 35 27 73 534 21 43
Binary 1101000 1001010 1010000 0 11101 10111 111011 101011100 10001 100011

Color Harmonies of #684A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A50

Black with #684A50

Text Example


Text Example

White with #684A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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