#6F222E

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

Shades of Monarch #6F222E

Tints of Monarch #6F222E

Color information

#6F222E (or 0x6F222E) is unknown color: approx Monarch. HEX triplet: 6F, 22 and 2E. RGB value is (111,34,46). Sum of RGB (Red+Green+Blue) = 111+34+46=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F222E is #90DDD1. Grayscale: #3A3A3A. Windows color (decimal): -9493970 or 3023471. OLE color: 3023471.

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

Color convert

RGB1113446-
CMYK00.690.590.56
HSL350.65º53.1%28.43%-
HSV(B)350.65º69.37%43.53%-
XYZ7.624.723.09-
YUV58.39121.01165.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 46 (18.36% from 255) = 24.08%
R=58.12%
G=17.80%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111344600.690.590.56350.6553.128.43
Hex6F222E0453B3815f351c
Octal1574256010573705376534
Binary11011111000101011100100010111101111100010101111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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