Html Css Color HEX #6C5649 Quincy

📋 copy color: '#6C5649'

red 108 ◦ green 86 ◦ blue 73

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

Shades of Quincy #6C5649

Tints of Quincy #6C5649

RGB

 RED value IS 108 (42.58% from 255) = 40.45%

 GREEN value IS 86 (33.98% from 255) = 32.21%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 40.45%
G = 32.21%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C5649 (or 0x6C5649) is known color: Quincy. HEX triplet: 6C, 56 and 49. RGB value is (108,86,73). Sum of RGB (Red+Green+Blue) = 108+86+73=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5649 is #93A9B6. Grayscale: #5B5B5B. Windows color (decimal): -9677239 or 4806252. OLE color: 4806252.

HSL color Cylindrical-coordinate representation of color #6C5649: hue angle of 22.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C5649 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 86 73 -
CMYK 0 0.20 0.32 0.58
HSL 22.29º 0.19% 0.35% -
HSV(B) 22.29º 0.32% 0.42% -
XYZ 10.71 10.32 7.73 -
YUV 91.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 108 86 73 0 0.20 0.32 0.58 22.29 0.19 0.35
Hex 6C 56 49 0 14 20 3A 16 13 23
Octal 154 126 111 0 24 40 72 26 23 43
Binary 1101100 1010110 1001001 0 10100 100000 111010 10110 10011 100011

Color Harmonies of #6C5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5649

Black with #6C5649

Text Example


Text Example

White with #6C5649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,86,73); }

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

background-color css

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

 a { background-color: rgb(108,86,73); }

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

border-color css

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

 span { border-color: rgb(108,86,73); }

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