Html Css Color HEX #6C5647 Quincy

📋 copy color: '#6C5647'

red 108 ◦ green 86 ◦ blue 71

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

Shades of Quincy #6C5647

Tints of Quincy #6C5647

RGB

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

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

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

R = 40.75%
G = 32.45%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6C5647 (or 0x6C5647) is known color: Quincy. HEX triplet: 6C, 56 and 47. RGB value is (108,86,71). Sum of RGB (Red+Green+Blue) = 108+86+71=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5647 is #93A9B8. Grayscale: #5A5A5A. Windows color (decimal): -9677241 or 4675180. OLE color: 4675180.

HSL color Cylindrical-coordinate representation of color #6C5647: hue angle of 24.32º 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 #6C5647 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 86 71 -
CMYK 0 0.20 0.34 0.58
HSL 24.32º 0.21% 0.35% -
HSV(B) 24.32º 0.34% 0.42% -
XYZ 10.65 10.3 7.39 -
YUV 90.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 108 86 71 0 0.20 0.34 0.58 24.32 0.21 0.35
Hex 6C 56 47 0 14 22 3A 18 15 23
Octal 154 126 107 0 24 42 72 30 25 43
Binary 1101100 1010110 1000111 0 10100 100010 111010 11000 10101 100011

Color Harmonies of #6C5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5647

Black with #6C5647

Text Example


Text Example

White with #6C5647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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