#69554B

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

Shades of Quincy #69554B

Tints of Quincy #69554B

Color information

#69554B (or 0x69554B) is unknown color: approx Quincy. HEX triplet: 69, 55 and 4B. RGB value is (105,85,75). Sum of RGB (Red+Green+Blue) = 105+85+75=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #69554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69554B is #96AAB4. Grayscale: #595959. Windows color (decimal): -9874101 or 4937065. OLE color: 4937065.

HSL color Cylindrical-coordinate representation of color #69554B: hue angle of 20º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69554B is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1058575-
CMYK00.190.290.59
HSL20º16.67%35.29%-
HSV(B)20º28.57%41.18%-
XYZ10.3410.018.04-
YUV89.84119.63138.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=39.62%
G=32.08%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105857500.190.290.592016.6735.29
Hex69554B0131D3B141123
Octal1511251130233573242143
Binary110100110101011001011010011111011110111010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69554B; }

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

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

<style>
 a { background-color: #69554B; }

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

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

<style>
 span { border-color: #69554B; }

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

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