#6B2529

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

Shades of Monarch #6B2529

Tints of Monarch #6B2529

Color information

#6B2529 (or 0x6B2529) is unknown color: approx Monarch. HEX triplet: 6B, 25 and 29. RGB value is (107,37,41). Sum of RGB (Red+Green+Blue) = 107+37+41=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2529 is #94DAD6. Grayscale: #3A3A3A. Windows color (decimal): -9755351 or 2696555. OLE color: 2696555.

HSL color Cylindrical-coordinate representation of color #6B2529: hue angle of 356.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B2529 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1073741-
CMYK00.650.620.58
HSL356.57º48.61%28.24%-
HSV(B)356.57º65.42%41.96%-
XYZ7.134.612.61-
YUV58.39118.19162.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.84%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=57.84%
G=20%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107374100.650.620.58356.5748.6128.24
Hex6B25290413E3A165311c
Octal1534551010176725456134
Binary11010111001011010010100000111111011101010110010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,37,41); }

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

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

 a { background-color: rgb(107,37,41); }

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

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

 span { border-color: rgb(107,37,41); }

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