#69544B

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

Shades of Quincy #69544B

Tints of Quincy #69544B

Color information

#69544B (or 0x69544B) is unknown color: approx Quincy. HEX triplet: 69, 54 and 4B. RGB value is (105,84,75). Sum of RGB (Red+Green+Blue) = 105+84+75=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69544B is #96ABB4. Grayscale: #595959. Windows color (decimal): -9874357 or 4936809. OLE color: 4936809.

HSL color Cylindrical-coordinate representation of color #69544B: hue angle of 18º 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 #69544B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1058475-
CMYK00.200.290.59
HSL18º16.67%35.29%-
HSV(B)18º28.57%41.18%-
XYZ10.279.858.02-
YUV89.25119.96139.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=39.77%
G=31.82%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105847500.200.290.591816.6735.29
Hex69544B0141D3B121123
Octal1511241130243573222143
Binary110100110101001001011010100111011110111001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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