Html Css Color HEX #66494C Don Juan

📋 copy color: '#66494C'

red 102 ◦ green 73 ◦ blue 76

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

Shades of Don Juan #66494C

Tints of Don Juan #66494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 40.64%
G = 29.08%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#66494C (or 0x66494C) is known color: Don Juan. HEX triplet: 66, 49 and 4C. RGB value is (102,73,76). Sum of RGB (Red+Green+Blue) = 102+73+76=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #66494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66494C is #99B6B3. Grayscale: #525252. Windows color (decimal): -10073780 or 4999526. OLE color: 4999526.

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

Color convert

RGB 102 73 76 -
CMYK 0 0.28 0.25 0.6
HSL 353.79º 0.17% 0.34% -
HSV(B) 353.79º 0.28% 0.4% -
XYZ 9.17 8.11 7.92 -
YUV 82.01 124.61 142.26 -
System Red Green Blue C M Y K H S L
Decimal 102 73 76 0 0.28 0.25 0.6 353.79 0.17 0.34
Hex 66 49 4C 0 1C 19 3C 162 11 22
Octal 146 111 114 0 34 31 74 542 21 42
Binary 1100110 1001001 1001100 0 11100 11001 111100 101100010 10001 100010

Color Harmonies of #66494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66494C

Black with #66494C

Text Example


Text Example

White with #66494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66494C; }

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

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

background-color css

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

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

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

border-color css

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

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

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