Html Css Color HEX #6C5749 Quincy

📋 copy color: '#6C5749'

red 108 ◦ green 87 ◦ blue 73

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

Shades of Quincy #6C5749

Tints of Quincy #6C5749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

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

R = 40.3%
G = 32.46%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C5749 (or 0x6C5749) is known color: Quincy. HEX triplet: 6C, 57 and 49. RGB value is (108,87,73). Sum of RGB (Red+Green+Blue) = 108+87+73=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5749 is #93A8B6. Grayscale: #5B5B5B. Windows color (decimal): -9676983 or 4806508. OLE color: 4806508.

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

Color convert

RGB 108 87 73 -
CMYK 0 0.19 0.32 0.58
HSL 24º 0.19% 0.35% -
HSV(B) 24º 0.32% 0.42% -
XYZ 10.8 10.49 7.76 -
YUV 91.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 108 87 73 0 0.19 0.32 0.58 24 0.19 0.35
Hex 6C 57 49 0 13 20 3A 18 13 23
Octal 154 127 111 0 23 40 72 30 23 43
Binary 1101100 1010111 1001001 0 10011 100000 111010 11000 10011 100011

Color Harmonies of #6C5749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5749

Black with #6C5749

Text Example


Text Example

White with #6C5749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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