#6C554B

Color #6C554B Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #6C554B

Tints of Quincy #6C554B

Color information

#6C554B (or 0x6C554B) is unknown color: approx Quincy. HEX triplet: 6C, 55 and 4B. RGB value is (108,85,75). Sum of RGB (Red+Green+Blue) = 108+85+75=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C554B is #93AAB4. Grayscale: #5A5A5A. Windows color (decimal): -9677493 or 4937068. OLE color: 4937068.

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

Color convert

RGB1088575-
CMYK00.210.310.58
HSL18.18º18.03%35.88%-
HSV(B)18.18º30.56%42.35%-
XYZ10.710.198.06-
YUV90.74119.12140.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.30%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=40.30%
G=31.72%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108857500.210.310.5818.1818.0335.88
Hex6C554B0151F3A121224
Octal1541251130253772222244
Binary110110010101011001011010101111111110101001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,85,75); }

 H1.HeaderClassName
 {
   color: #6C554B;
 }
 .AnyTagClassName
 {
   color: #6C554B;
 }
</style>
background-color css

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

 a { background-color: rgb(108,85,75); }

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

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

 span { border-color: rgb(108,85,75); }

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