#69232C

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

Shades of Monarch #69232C

Tints of Monarch #69232C

Color information

#69232C (or 0x69232C) is unknown color: approx Monarch. HEX triplet: 69, 23 and 2C. RGB value is (105,35,44). Sum of RGB (Red+Green+Blue) = 105+35+44=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69232C is #96DCD3. Grayscale: #383838. Windows color (decimal): -9886932 or 2892649. OLE color: 2892649.

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

Color convert

RGB1053544-
CMYK00.670.580.59
HSL352.29º50%27.45%-
HSV(B)352.29º66.67%41.18%-
XYZ6.884.392.87-
YUV56.96120.69162.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=57.07%
G=19.02%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105354400.670.580.59352.295027.45
Hex69232C0433A3B160321b
Octal1514354010372735406233
Binary11010011000111011000100001111101011101110110000011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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