Html Css Color HEX #66564F Quincy

📋 copy color: '#66564F'

red 102 ◦ green 86 ◦ blue 79

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

Shades of Quincy #66564F

Tints of Quincy #66564F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.21%

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

R = 38.2%
G = 32.21%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#66564F (or 0x66564F) is known color: Quincy. HEX triplet: 66, 56 and 4F. RGB value is (102,86,79). Sum of RGB (Red+Green+Blue) = 102+86+79=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #66564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66564F is #99A9B0. Grayscale: #5A5A5A. Windows color (decimal): -10070449 or 5199462. OLE color: 5199462.

HSL color Cylindrical-coordinate representation of color #66564F: hue angle of 18.26º 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 #66564F is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 86 79 -
CMYK 0 0.16 0.23 0.6
HSL 18.26º 0.13% 0.35% -
HSV(B) 18.26º 0.23% 0.4% -
XYZ 10.22 10.04 8.8 -
YUV 89.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 102 86 79 0 0.16 0.23 0.6 18.26 0.13 0.35
Hex 66 56 4F 0 10 17 3C 12 D 23
Octal 146 126 117 0 20 27 74 22 15 43
Binary 1100110 1010110 1001111 0 10000 10111 111100 10010 1101 100011

Color Harmonies of #66564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66564F

Black with #66564F

Text Example


Text Example

White with #66564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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