Html Css Color HEX #6D544B Quincy

📋 copy color: '#6D544B'

red 109 ◦ green 84 ◦ blue 75

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

Shades of Quincy #6D544B

Tints of Quincy #6D544B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 40.67%
G = 31.34%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D544B (or 0x6D544B) is known color: Quincy. HEX triplet: 6D, 54 and 4B. RGB value is (109,84,75). Sum of RGB (Red+Green+Blue) = 109+84+75=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D544B is #92ABB4. Grayscale: #5A5A5A. Windows color (decimal): -9612213 or 4936813. OLE color: 4936813.

HSL color Cylindrical-coordinate representation of color #6D544B: hue angle of 15.88º 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 #6D544B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 84 75 -
CMYK 0 0.23 0.31 0.57
HSL 15.88º 0.18% 0.36% -
HSV(B) 15.88º 0.31% 0.43% -
XYZ 10.75 10.1 8.04 -
YUV 90.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 109 84 75 0 0.23 0.31 0.57 15.88 0.18 0.36
Hex 6D 54 4B 0 17 1F 39 10 12 24
Octal 155 124 113 0 27 37 71 20 22 44
Binary 1101101 1010100 1001011 0 10111 11111 111001 10000 10010 100100

Color Harmonies of #6D544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D544B

Black with #6D544B

Text Example


Text Example

White with #6D544B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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