Html Css Color HEX #6C564A Quincy

📋 copy color: '#6C564A'

red 108 ◦ green 86 ◦ blue 74

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

Shades of Quincy #6C564A

Tints of Quincy #6C564A

RGB

 RED value IS 108 (42.58% from 255) = 40.3%

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 40.3%
G = 32.09%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C564A (or 0x6C564A) is known color: Quincy. HEX triplet: 6C, 56 and 4A. RGB value is (108,86,74). Sum of RGB (Red+Green+Blue) = 108+86+74=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C564A is #93A9B5. Grayscale: #5B5B5B. Windows color (decimal): -9677238 or 4871788. OLE color: 4871788.

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

Color convert

RGB 108 86 74 -
CMYK 0 0.20 0.31 0.58
HSL 21.18º 0.19% 0.36% -
HSV(B) 21.18º 0.31% 0.42% -
XYZ 10.75 10.34 7.91 -
YUV 91.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 108 86 74 0 0.20 0.31 0.58 21.18 0.19 0.36
Hex 6C 56 4A 0 14 1F 3A 15 13 24
Octal 154 126 112 0 24 37 72 25 23 44
Binary 1101100 1010110 1001010 0 10100 11111 111010 10101 10011 100100

Color Harmonies of #6C564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C564A

Black with #6C564A

Text Example


Text Example

White with #6C564A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,86,74); }

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

background-color css

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

 a { background-color: rgb(108,86,74); }

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

border-color css

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

 span { border-color: rgb(108,86,74); }

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