#6F252B

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

Shades of Monarch #6F252B

Tints of Monarch #6F252B

Color information

#6F252B (or 0x6F252B) is unknown color: approx Monarch. HEX triplet: 6F, 25 and 2B. RGB value is (111,37,43). Sum of RGB (Red+Green+Blue) = 111+37+43=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F252B is #90DAD4. Grayscale: #3B3B3B. Windows color (decimal): -9493205 or 2827631. OLE color: 2827631.

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

Color convert

RGB1113743-
CMYK00.670.610.56
HSL355.14º50%29.02%-
HSV(B)355.14º66.67%43.53%-
XYZ7.654.882.82-
YUV59.81118.52164.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=58.12%
G=19.37%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111374300.670.610.56355.145029.02
Hex6F252B0433D38163321d
Octal1574553010375705436235
Binary11011111001011010110100001111110111100010110001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,37,43); }

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

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

 a { background-color: rgb(111,37,43); }

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

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

 span { border-color: rgb(111,37,43); }

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