Html Css Color HEX #6D5548 Quincy

📋 copy color: '#6D5548'

red 109 ◦ green 85 ◦ blue 72

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

Shades of Quincy #6D5548

Tints of Quincy #6D5548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 40.98%
G = 31.95%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D5548 (or 0x6D5548) is known color: Quincy. HEX triplet: 6D, 55 and 48. RGB value is (109,85,72). Sum of RGB (Red+Green+Blue) = 109+85+72=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5548 is #92AAB7. Grayscale: #5A5A5A. Windows color (decimal): -9611960 or 4740461. OLE color: 4740461.

HSL color Cylindrical-coordinate representation of color #6D5548: hue angle of 21.08º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D5548 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 85 72 -
CMYK 0 0.22 0.34 0.57
HSL 21.08º 0.2% 0.35% -
HSV(B) 21.08º 0.34% 0.43% -
XYZ 10.72 10.22 7.54 -
YUV 90.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 109 85 72 0 0.22 0.34 0.57 21.08 0.2 0.35
Hex 6D 55 48 0 16 22 39 15 14 23
Octal 155 125 110 0 26 42 71 25 24 43
Binary 1101101 1010101 1001000 0 10110 100010 111001 10101 10100 100011

Color Harmonies of #6D5548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5548

Black with #6D5548

Text Example


Text Example

White with #6D5548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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