Html Css Color HEX #6C5448 Quincy

📋 copy color: '#6C5448'

red 108 ◦ green 84 ◦ blue 72

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

Shades of Quincy #6C5448

Tints of Quincy #6C5448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 40.91%
G = 31.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6C5448 (or 0x6C5448) is known color: Quincy. HEX triplet: 6C, 54 and 48. RGB value is (108,84,72). Sum of RGB (Red+Green+Blue) = 108+84+72=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5448 is #93ABB7. Grayscale: #595959. Windows color (decimal): -9677752 or 4740204. OLE color: 4740204.

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

Color convert

RGB 108 84 72 -
CMYK 0 0.22 0.33 0.58
HSL 20º 0.2% 0.35% -
HSV(B) 20º 0.33% 0.42% -
XYZ 10.52 10 7.51 -
YUV 89.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 108 84 72 0 0.22 0.33 0.58 20 0.2 0.35
Hex 6C 54 48 0 16 21 3A 14 14 23
Octal 154 124 110 0 26 41 72 24 24 43
Binary 1101100 1010100 1001000 0 10110 100001 111010 10100 10100 100011

Color Harmonies of #6C5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5448

Black with #6C5448

Text Example


Text Example

White with #6C5448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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