Html Css Color HEX #66574F Quincy

📋 copy color: '#66574F'

red 102 ◦ green 87 ◦ blue 79

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

Shades of Quincy #66574F

Tints of Quincy #66574F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 38.06%
G = 32.46%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#66574F (or 0x66574F) is known color: Quincy. HEX triplet: 66, 57 and 4F. RGB value is (102,87,79). Sum of RGB (Red+Green+Blue) = 102+87+79=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #66574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66574F is #99A8B0. Grayscale: #5A5A5A. Windows color (decimal): -10070193 or 5199718. OLE color: 5199718.

HSL color Cylindrical-coordinate representation of color #66574F: hue angle of 20.87º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66574F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 87 79 -
CMYK 0 0.15 0.23 0.6
HSL 20.87º 0.13% 0.35% -
HSV(B) 20.87º 0.23% 0.4% -
XYZ 10.3 10.21 8.82 -
YUV 90.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 102 87 79 0 0.15 0.23 0.6 20.87 0.13 0.35
Hex 66 57 4F 0 F 17 3C 15 D 23
Octal 146 127 117 0 17 27 74 25 15 43
Binary 1100110 1010111 1001111 0 1111 10111 111100 10101 1101 100011

Color Harmonies of #66574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66574F

Black with #66574F

Text Example


Text Example

White with #66574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66574F; }

 p { color: rgb(102,87,79); }

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

background-color css

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

 a { background-color: rgb(102,87,79); }

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

border-color css

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

 span { border-color: rgb(102,87,79); }

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