#6F2528

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

Shades of Monarch #6F2528

Tints of Monarch #6F2528

Color information

#6F2528 (or 0x6F2528) is unknown color: approx Monarch. HEX triplet: 6F, 25 and 28. RGB value is (111,37,40). Sum of RGB (Red+Green+Blue) = 111+37+40=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2528 is #90DAD7. Grayscale: #3B3B3B. Windows color (decimal): -9493208 or 2631023. OLE color: 2631023.

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

Color convert

RGB1113740-
CMYK00.670.640.56
HSL357.57º50%29.02%-
HSV(B)357.57º66.67%43.53%-
XYZ7.64.862.54-
YUV59.47117.02164.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=59.04%
G=19.68%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111374000.670.640.56357.575029.02
Hex6F25280434038166321d
Octal15745500103100705466235
Binary110111110010110100001000011100000011100010110011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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