Html Css Color HEX #6C5349 Quincy

📋 copy color: '#6C5349'

red 108 ◦ green 83 ◦ blue 73

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

Shades of Quincy #6C5349

Tints of Quincy #6C5349

RGB

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

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

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

R = 40.91%
G = 31.44%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C5349 (or 0x6C5349) is known color: Quincy. HEX triplet: 6C, 53 and 49. RGB value is (108,83,73). Sum of RGB (Red+Green+Blue) = 108+83+73=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5349 is #93ACB6. Grayscale: #595959. Windows color (decimal): -9678007 or 4805484. OLE color: 4805484.

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

Color convert

RGB 108 83 73 -
CMYK 0 0.23 0.32 0.58
HSL 17.14º 0.19% 0.35% -
HSV(B) 17.14º 0.32% 0.42% -
XYZ 10.48 9.86 7.65 -
YUV 89.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 108 83 73 0 0.23 0.32 0.58 17.14 0.19 0.35
Hex 6C 53 49 0 17 20 3A 11 13 23
Octal 154 123 111 0 27 40 72 21 23 43
Binary 1101100 1010011 1001001 0 10111 100000 111010 10001 10011 100011

Color Harmonies of #6C5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5349

Black with #6C5349

Text Example


Text Example

White with #6C5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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