Html Css Color HEX #664449 Don Juan

📋 copy color: '#664449'

red 102 ◦ green 68 ◦ blue 73

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

Shades of Don Juan #664449

Tints of Don Juan #664449

RGB

 RED value IS 102 (40.23% from 255) = 41.98%

 GREEN value IS 68 (26.95% from 255) = 27.98%

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 41.98%
G = 27.98%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#664449 (or 0x664449) is known color: Don Juan. HEX triplet: 66, 44 and 49. RGB value is (102,68,73). Sum of RGB (Red+Green+Blue) = 102+68+73=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #664449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664449 is #99BBB6. Grayscale: #4E4E4E. Windows color (decimal): -10075063 or 4801638. OLE color: 4801638.

HSL color Cylindrical-coordinate representation of color #664449: hue angle of 351.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #664449 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 68 73 -
CMYK 0 0.33 0.28 0.6
HSL 351.18º 0.2% 0.33% -
HSV(B) 351.18º 0.33% 0.4% -
XYZ 8.75 7.44 7.28 -
YUV 78.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 102 68 73 0 0.33 0.28 0.6 351.18 0.2 0.33
Hex 66 44 49 0 21 1C 3C 15F 14 21
Octal 146 104 111 0 41 34 74 537 24 41
Binary 1100110 1000100 1001001 0 100001 11100 111100 101011111 10100 100001

Color Harmonies of #664449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664449

Black with #664449

Text Example


Text Example

White with #664449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664449; }

 p { color: rgb(102,68,73); }

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

background-color css

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

 a { background-color: rgb(102,68,73); }

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

border-color css

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

 span { border-color: rgb(102,68,73); }

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