#6F282A

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

Shades of Monarch #6F282A

Tints of Monarch #6F282A

Color information

#6F282A (or 0x6F282A) is unknown color: approx Monarch. HEX triplet: 6F, 28 and 2A. RGB value is (111,40,42). Sum of RGB (Red+Green+Blue) = 111+40+42=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F282A is #90D7D5. Grayscale: #3D3D3D. Windows color (decimal): -9492438 or 2762863. OLE color: 2762863.

HSL color Cylindrical-coordinate representation of color #6F282A: hue angle of 358.31º 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 #6F282A is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1114042-
CMYK00.640.620.56
HSL358.31º47.02%29.61%-
HSV(B)358.31º63.96%43.53%-
XYZ7.735.062.76-
YUV61.46117.02163.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=57.51%
G=20.73%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111404200.640.620.56358.3147.0229.61
Hex6F282A0403E381662f1e
Octal1575052010076705465736
Binary11011111010001010100100000011111011100010110011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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