#6F2629

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

Shades of Monarch #6F2629

Tints of Monarch #6F2629

Color information

#6F2629 (or 0x6F2629) is unknown color: approx Monarch. HEX triplet: 6F, 26 and 29. RGB value is (111,38,41). Sum of RGB (Red+Green+Blue) = 111+38+41=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2629 is #90D9D6. Grayscale: #3C3C3C. Windows color (decimal): -9492951 or 2696815. OLE color: 2696815.

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

Color convert

RGB1113841-
CMYK00.660.630.56
HSL357.53º48.99%29.22%-
HSV(B)357.53º65.77%43.53%-
XYZ7.654.932.65-
YUV60.17117.18164.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.42%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=58.42%
G=20%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111384100.660.630.56357.5348.9929.22
Hex6F26290423F38166311d
Octal1574651010277705466135
Binary11011111001101010010100001011111111100010110011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,38,41); }

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

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

 a { background-color: rgb(111,38,41); }

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

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

 span { border-color: rgb(111,38,41); }

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