Html Css Color HEX #6D5543 Quincy

📋 copy color: '#6D5543'

red 109 ◦ green 85 ◦ blue 67

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

Shades of Quincy #6D5543

Tints of Quincy #6D5543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.67%

R = 41.76%
G = 32.57%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#6D5543 (or 0x6D5543) is known color: Quincy. HEX triplet: 6D, 55 and 43. RGB value is (109,85,67). Sum of RGB (Red+Green+Blue) = 109+85+67=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5543 is #92AABC. Grayscale: #5A5A5A. Windows color (decimal): -9611965 or 4412781. OLE color: 4412781.

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

Color convert

RGB 109 85 67 -
CMYK 0 0.22 0.39 0.57
HSL 25.71º 0.24% 0.35% -
HSV(B) 25.71º 0.39% 0.43% -
XYZ 10.57 10.15 6.71 -
YUV 90.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 109 85 67 0 0.22 0.39 0.57 25.71 0.24 0.35
Hex 6D 55 43 0 16 27 39 1A 18 23
Octal 155 125 103 0 26 47 71 32 30 43
Binary 1101101 1010101 1000011 0 10110 100111 111001 11010 11000 100011

Color Harmonies of #6D5543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5543

Black with #6D5543

Text Example


Text Example

White with #6D5543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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