Html Css Color HEX #6A564C Quincy

📋 copy color: '#6A564C'

red 106 ◦ green 86 ◦ blue 76

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

Shades of Quincy #6A564C

Tints of Quincy #6A564C

RGB

 RED value IS 106 (41.8% from 255) = 39.55%

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

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

R = 39.55%
G = 32.09%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6A564C (or 0x6A564C) is known color: Quincy. HEX triplet: 6A, 56 and 4C. RGB value is (106,86,76). Sum of RGB (Red+Green+Blue) = 106+86+76=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 106 - color contains mainly: red. Hex color #6A564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A564C is #95A9B3. Grayscale: #5A5A5A. Windows color (decimal): -9808308 or 5002858. OLE color: 5002858.

HSL color Cylindrical-coordinate representation of color #6A564C: hue angle of 20º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A564C is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 86 76 -
CMYK 0 0.19 0.28 0.58
HSL 20º 0.16% 0.36% -
HSV(B) 20º 0.28% 0.42% -
XYZ 10.58 10.24 8.26 -
YUV 90.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 106 86 76 0 0.19 0.28 0.58 20 0.16 0.36
Hex 6A 56 4C 0 13 1C 3A 14 10 24
Octal 152 126 114 0 23 34 72 24 20 44
Binary 1101010 1010110 1001100 0 10011 11100 111010 10100 10000 100100

Color Harmonies of #6A564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A564C

Black with #6A564C

Text Example


Text Example

White with #6A564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A564C; }

 p { color: rgb(106,86,76); }

 H1.HeaderClassName
 {
   color: #6A564C;
 }
 .AnyTagClassName
 {
   color: #6A564C;
 }
</style>

background-color css

<style>
 a { background-color: #6A564C; }

 a { background-color: rgb(106,86,76); }

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

border-color css

<style>
 span { border-color: #6A564C; }

 span { border-color: rgb(106,86,76); }

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