Html Css Color HEX #6C5447 Quincy

📋 copy color: '#6C5447'

red 108 ◦ green 84 ◦ blue 71

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

Shades of Quincy #6C5447

Tints of Quincy #6C5447

RGB

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

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

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

R = 41.06%
G = 31.94%
B = 27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6C5447 (or 0x6C5447) is known color: Quincy. HEX triplet: 6C, 54 and 47. RGB value is (108,84,71). Sum of RGB (Red+Green+Blue) = 108+84+71=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5447 is #93ABB8. Grayscale: #595959. Windows color (decimal): -9677753 or 4674668. OLE color: 4674668.

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

Color convert

RGB 108 84 71 -
CMYK 0 0.22 0.34 0.58
HSL 21.08º 0.21% 0.35% -
HSV(B) 21.08º 0.34% 0.42% -
XYZ 10.49 9.98 7.34 -
YUV 89.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 108 84 71 0 0.22 0.34 0.58 21.08 0.21 0.35
Hex 6C 54 47 0 16 22 3A 15 15 23
Octal 154 124 107 0 26 42 72 25 25 43
Binary 1101100 1010100 1000111 0 10110 100010 111010 10101 10101 100011

Color Harmonies of #6C5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5447

Black with #6C5447

Text Example


Text Example

White with #6C5447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,84,71); }

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

background-color css

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

 a { background-color: rgb(108,84,71); }

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

border-color css

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

 span { border-color: rgb(108,84,71); }

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