#6F292E

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

Shades of Monarch #6F292E

Tints of Monarch #6F292E

Color information

#6F292E (or 0x6F292E) is unknown color: approx Monarch. HEX triplet: 6F, 29 and 2E. RGB value is (111,41,46). Sum of RGB (Red+Green+Blue) = 111+41+46=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F292E is #90D6D1. Grayscale: #3E3E3E. Windows color (decimal): -9492178 or 3025263. OLE color: 3025263.

HSL color Cylindrical-coordinate representation of color #6F292E: hue angle of 355.71º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F292E is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1114146-
CMYK00.630.590.56
HSL355.71º46.05%29.8%-
HSV(B)355.71º63.06%43.53%-
XYZ7.845.163.17-
YUV62.5118.69162.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.06%
GREEN value IS 41 (16.41% from 255) = 20.71%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=56.06%
G=20.71%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111414600.630.590.56355.7146.0529.8
Hex6F292E03F3B381642e1e
Octal157515607773705445636
Binary1101111101001101110011111111101111100010110010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F292E; }

 p { color: rgb(111,41,46); }

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

<style>
 a { background-color: #6F292E; }

 a { background-color: rgb(111,41,46); }

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

<style>
 span { border-color: #6F292E; }

 span { border-color: rgb(111,41,46); }

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