#6F262E

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

Shades of Monarch #6F262E

Tints of Monarch #6F262E

Color information

#6F262E (or 0x6F262E) is unknown color: approx Monarch. HEX triplet: 6F, 26 and 2E. RGB value is (111,38,46). Sum of RGB (Red+Green+Blue) = 111+38+46=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F262E is #90D9D1. Grayscale: #3C3C3C. Windows color (decimal): -9492946 or 3024495. OLE color: 3024495.

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

Color convert

RGB1113846-
CMYK00.660.590.56
HSL353.42º48.99%29.22%-
HSV(B)353.42º65.77%43.53%-
XYZ7.744.963.13-
YUV60.74119.68163.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=56.92%
G=19.49%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111384600.660.590.56353.4248.9929.22
Hex6F262E0423B38161311d
Octal1574656010273705416135
Binary11011111001101011100100001011101111100010110000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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