Html Css Color HEX #684B4E Don Juan

📋 copy color: '#684B4E'

red 104 ◦ green 75 ◦ blue 78

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

Shades of Don Juan #684B4E

Tints of Don Juan #684B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.35%

R = 40.47%
G = 29.18%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#684B4E (or 0x684B4E) is known color: Don Juan. HEX triplet: 68, 4B and 4E. RGB value is (104,75,78). Sum of RGB (Red+Green+Blue) = 104+75+78=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 104 - color contains mainly: red. Hex color #684B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B4E is #97B4B1. Grayscale: #545454. Windows color (decimal): -9942194 or 5131112. OLE color: 5131112.

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

Color convert

RGB 104 75 78 -
CMYK 0 0.28 0.25 0.59
HSL 353.79º 0.16% 0.35% -
HSV(B) 353.79º 0.28% 0.41% -
XYZ 9.6 8.53 8.35 -
YUV 84.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 104 75 78 0 0.28 0.25 0.59 353.79 0.16 0.35
Hex 68 4B 4E 0 1C 19 3B 162 10 23
Octal 150 113 116 0 34 31 73 542 20 43
Binary 1101000 1001011 1001110 0 11100 11001 111011 101100010 10000 100011

Color Harmonies of #684B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B4E

Black with #684B4E

Text Example


Text Example

White with #684B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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