Html Css Color HEX #6D554C Quincy

📋 copy color: '#6D554C'

red 109 ◦ green 85 ◦ blue 76

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

Shades of Quincy #6D554C

Tints of Quincy #6D554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

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

R = 40.37%
G = 31.48%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#6D554C (or 0x6D554C) is known color: Quincy. HEX triplet: 6D, 55 and 4C. RGB value is (109,85,76). Sum of RGB (Red+Green+Blue) = 109+85+76=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D554C is #92AAB3. Grayscale: #5B5B5B. Windows color (decimal): -9611956 or 5002605. OLE color: 5002605.

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

Color convert

RGB 109 85 76 -
CMYK 0 0.22 0.30 0.57
HSL 16.36º 0.18% 0.36% -
HSV(B) 16.36º 0.3% 0.43% -
XYZ 10.86 10.27 8.25 -
YUV 91.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 109 85 76 0 0.22 0.30 0.57 16.36 0.18 0.36
Hex 6D 55 4C 0 16 1E 39 10 12 24
Octal 155 125 114 0 26 36 71 20 22 44
Binary 1101101 1010101 1001100 0 10110 11110 111001 10000 10010 100100

Color Harmonies of #6D554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D554C

Black with #6D554C

Text Example


Text Example

White with #6D554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,76); }

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

background-color css

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

 a { background-color: rgb(109,85,76); }

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

border-color css

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

 span { border-color: rgb(109,85,76); }

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