Html Css Color HEX #66564E Quincy

📋 copy color: '#66564E'

red 102 ◦ green 86 ◦ blue 78

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

Shades of Quincy #66564E

Tints of Quincy #66564E

RGB

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

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

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

R = 38.35%
G = 32.33%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#66564E (or 0x66564E) is known color: Quincy. HEX triplet: 66, 56 and 4E. RGB value is (102,86,78). Sum of RGB (Red+Green+Blue) = 102+86+78=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 102 - color contains mainly: red. Hex color #66564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66564E is #99A9B1. Grayscale: #595959. Windows color (decimal): -10070450 or 5133926. OLE color: 5133926.

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

Color convert

RGB 102 86 78 -
CMYK 0 0.16 0.24 0.6
HSL 20º 0.13% 0.35% -
HSV(B) 20º 0.24% 0.4% -
XYZ 10.18 10.03 8.61 -
YUV 89.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 102 86 78 0 0.16 0.24 0.6 20 0.13 0.35
Hex 66 56 4E 0 10 18 3C 14 D 23
Octal 146 126 116 0 20 30 74 24 15 43
Binary 1100110 1010110 1001110 0 10000 11000 111100 10100 1101 100011

Color Harmonies of #66564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66564E

Black with #66564E

Text Example


Text Example

White with #66564E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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