#69523E

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

Shades of Quincy #69523E

Tints of Quincy #69523E

Color information

#69523E (or 0x69523E) is unknown color: approx Quincy. HEX triplet: 69, 52 and 3E. RGB value is (105,82,62). Sum of RGB (Red+Green+Blue) = 105+82+62=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #69523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69523E is #96ADC1. Grayscale: #565656. Windows color (decimal): -9874882 or 4084329. OLE color: 4084329.

HSL color Cylindrical-coordinate representation of color #69523E: hue angle of 27.91º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69523E is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1058262-
CMYK00.220.410.59
HSL27.91º25.75%32.75%-
HSV(B)27.91º40.95%41.18%-
XYZ9.719.395.86-
YUV86.6114.12141.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=42.17%
G=32.93%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105826200.220.410.5927.9125.7532.75
Hex69523E016293B1c1a21
Octal151122760265173343241
Binary110100110100101111100101101010011110111110011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69523E; }

 p { color: rgb(105,82,62); }

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

<style>
 a { background-color: #69523E; }

 a { background-color: rgb(105,82,62); }

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

<style>
 span { border-color: #69523E; }

 span { border-color: rgb(105,82,62); }

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