#69202C

Color #69202C Monarch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monarch #69202C

Tints of Monarch #69202C

Color information

#69202C (or 0x69202C) is unknown color: approx Monarch. HEX triplet: 69, 20 and 2C. RGB value is (105,32,44). Sum of RGB (Red+Green+Blue) = 105+32+44=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #69202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69202C is #96DFD3. Grayscale: #373737. Windows color (decimal): -9887700 or 2891881. OLE color: 2891881.

HSL color Cylindrical-coordinate representation of color #69202C: hue angle of 350.14º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69202C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1053244-
CMYK00.700.580.59
HSL350.14º53.28%26.86%-
HSV(B)350.14º69.52%41.18%-
XYZ6.84.222.84-
YUV55.2121.68163.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=58.01%
G=17.68%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105324400.700.580.59350.1453.2826.86
Hex69202C0463A3B15e351b
Octal1514054010672735366533
Binary11010011000001011000100011011101011101110101111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69202C; }

 p { color: rgb(105,32,44); }

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

<style>
 a { background-color: #69202C; }

 a { background-color: rgb(105,32,44); }

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

<style>
 span { border-color: #69202C; }

 span { border-color: rgb(105,32,44); }

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