Html Css Color HEX #6D5344 Quincy

📋 copy color: '#6D5344'

red 109 ◦ green 83 ◦ blue 68

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

Shades of Quincy #6D5344

Tints of Quincy #6D5344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

 BLUE value IS 68 (26.95% from 255) = 26.15%

R = 41.92%
G = 31.92%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6D5344 (or 0x6D5344) is known color: Quincy. HEX triplet: 6D, 53 and 44. RGB value is (109,83,68). Sum of RGB (Red+Green+Blue) = 109+83+68=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5344 is #92ACBB. Grayscale: #595959. Windows color (decimal): -9612476 or 4477805. OLE color: 4477805.

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

Color convert

RGB 109 83 68 -
CMYK 0 0.24 0.38 0.57
HSL 21.95º 0.23% 0.35% -
HSV(B) 21.95º 0.38% 0.43% -
XYZ 10.44 9.86 6.82 -
YUV 89.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 109 83 68 0 0.24 0.38 0.57 21.95 0.23 0.35
Hex 6D 53 44 0 18 26 39 16 17 23
Octal 155 123 104 0 30 46 71 26 27 43
Binary 1101101 1010011 1000100 0 11000 100110 111001 10110 10111 100011

Color Harmonies of #6D5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5344

Black with #6D5344

Text Example


Text Example

White with #6D5344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,68); }

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

background-color css

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

 a { background-color: rgb(109,83,68); }

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

border-color css

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

 span { border-color: rgb(109,83,68); }

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