Html Css Color HEX #66564B Quincy

📋 copy color: '#66564B'

red 102 ◦ green 86 ◦ blue 75

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

Shades of Quincy #66564B

Tints of Quincy #66564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 38.78%
G = 32.7%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#66564B (or 0x66564B) is known color: Quincy. HEX triplet: 66, 56 and 4B. RGB value is (102,86,75). Sum of RGB (Red+Green+Blue) = 102+86+75=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #66564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66564B is #99A9B4. Grayscale: #595959. Windows color (decimal): -10070453 or 4937318. OLE color: 4937318.

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

Color convert

RGB 102 86 75 -
CMYK 0 0.16 0.26 0.6
HSL 24.44º 0.15% 0.35% -
HSV(B) 24.44º 0.26% 0.4% -
XYZ 10.08 9.99 8.05 -
YUV 89.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 102 86 75 0 0.16 0.26 0.6 24.44 0.15 0.35
Hex 66 56 4B 0 10 1A 3C 18 F 23
Octal 146 126 113 0 20 32 74 30 17 43
Binary 1100110 1010110 1001011 0 10000 11010 111100 11000 1111 100011

Color Harmonies of #66564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66564B

Black with #66564B

Text Example


Text Example

White with #66564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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