Html Css Color HEX #6D564B Quincy

📋 copy color: '#6D564B'

red 109 ◦ green 86 ◦ blue 75

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

Shades of Quincy #6D564B

Tints of Quincy #6D564B

RGB

 RED value IS 109 (42.97% from 255) = 40.37%

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

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

R = 40.37%
G = 31.85%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D564B (or 0x6D564B) is known color: Quincy. HEX triplet: 6D, 56 and 4B. RGB value is (109,86,75). Sum of RGB (Red+Green+Blue) = 109+86+75=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D564B is #92A9B4. Grayscale: #5B5B5B. Windows color (decimal): -9611701 or 4937325. OLE color: 4937325.

HSL color Cylindrical-coordinate representation of color #6D564B: hue angle of 19.41º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D564B is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 86 75 -
CMYK 0 0.21 0.31 0.57
HSL 19.41º 0.18% 0.36% -
HSV(B) 19.41º 0.31% 0.43% -
XYZ 10.9 10.41 8.09 -
YUV 91.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 109 86 75 0 0.21 0.31 0.57 19.41 0.18 0.36
Hex 6D 56 4B 0 15 1F 39 13 12 24
Octal 155 126 113 0 25 37 71 23 22 44
Binary 1101101 1010110 1001011 0 10101 11111 111001 10011 10010 100100

Color Harmonies of #6D564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D564B

Black with #6D564B

Text Example


Text Example

White with #6D564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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