#6F272D

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

Shades of Monarch #6F272D

Tints of Monarch #6F272D

Color information

#6F272D (or 0x6F272D) is unknown color: approx Monarch. HEX triplet: 6F, 27 and 2D. RGB value is (111,39,45). Sum of RGB (Red+Green+Blue) = 111+39+45=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F272D is #90D8D2. Grayscale: #3D3D3D. Windows color (decimal): -9492691 or 2959215. OLE color: 2959215.

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

Color convert

RGB1113945-
CMYK00.650.590.56
HSL355º48%29.41%-
HSV(B)355º64.86%43.53%-
XYZ7.755.023.04-
YUV61.21118.85163.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 45 (17.97% from 255) = 23.08%
R=56.92%
G=20%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111394500.650.590.563554829.41
Hex6F272D0413B38163301d
Octal1574755010173705436035
Binary11011111001111011010100000111101111100010110001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,45); }

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

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

 a { background-color: rgb(111,39,45); }

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

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

 span { border-color: rgb(111,39,45); }

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