#6F282C

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

Shades of Monarch #6F282C

Tints of Monarch #6F282C

Color information

#6F282C (or 0x6F282C) is unknown color: approx Monarch. HEX triplet: 6F, 28 and 2C. RGB value is (111,40,44). Sum of RGB (Red+Green+Blue) = 111+40+44=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F282C is #90D7D3. Grayscale: #3D3D3D. Windows color (decimal): -9492436 or 2893935. OLE color: 2893935.

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

Color convert

RGB1114044-
CMYK00.640.600.56
HSL356.62º47.02%29.61%-
HSV(B)356.62º63.96%43.53%-
XYZ7.775.082.95-
YUV61.68118.02163.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 40 (16.02% from 255) = 20.51%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=56.92%
G=20.51%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111404400.640.600.56356.6247.0229.61
Hex6F282C0403C381652f1e
Octal1575054010074705455736
Binary11011111010001011000100000011110011100010110010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,44); }

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

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

 a { background-color: rgb(111,40,44); }

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

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

 span { border-color: rgb(111,40,44); }

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