Html Css Color HEX #6D5547 Quincy

📋 copy color: '#6D5547'

red 109 ◦ green 85 ◦ blue 71

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

Shades of Quincy #6D5547

Tints of Quincy #6D5547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.79%

R = 41.13%
G = 32.08%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#6D5547 (or 0x6D5547) is known color: Quincy. HEX triplet: 6D, 55 and 47. RGB value is (109,85,71). Sum of RGB (Red+Green+Blue) = 109+85+71=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5547 is #92AAB8. Grayscale: #5A5A5A. Windows color (decimal): -9611961 or 4674925. OLE color: 4674925.

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

Color convert

RGB 109 85 71 -
CMYK 0 0.22 0.35 0.57
HSL 22.11º 0.21% 0.35% -
HSV(B) 22.11º 0.35% 0.43% -
XYZ 10.69 10.2 7.37 -
YUV 90.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 109 85 71 0 0.22 0.35 0.57 22.11 0.21 0.35
Hex 6D 55 47 0 16 23 39 16 15 23
Octal 155 125 107 0 26 43 71 26 25 43
Binary 1101101 1010101 1000111 0 10110 100011 111001 10110 10101 100011

Color Harmonies of #6D5547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5547

Black with #6D5547

Text Example


Text Example

White with #6D5547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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