Html Css Color HEX #684B52 Don Juan

📋 copy color: '#684B52'

red 104 ◦ green 75 ◦ blue 82

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

Shades of Don Juan #684B52

Tints of Don Juan #684B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.74%

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

R = 39.85%
G = 28.74%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#684B52 (or 0x684B52) is known color: Don Juan. HEX triplet: 68, 4B and 52. RGB value is (104,75,82). Sum of RGB (Red+Green+Blue) = 104+75+82=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #684B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B52 is #97B4AD. Grayscale: #545454. Windows color (decimal): -9942190 or 5393256. OLE color: 5393256.

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

Color convert

RGB 104 75 82 -
CMYK 0 0.28 0.21 0.59
HSL 345.52º 0.16% 0.35% -
HSV(B) 345.52º 0.28% 0.41% -
XYZ 9.75 8.58 9.13 -
YUV 84.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 104 75 82 0 0.28 0.21 0.59 345.52 0.16 0.35
Hex 68 4B 52 0 1C 15 3B 15A 10 23
Octal 150 113 122 0 34 25 73 532 20 43
Binary 1101000 1001011 1010010 0 11100 10101 111011 101011010 10000 100011

Color Harmonies of #684B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B52

Black with #684B52

Text Example


Text Example

White with #684B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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