#6A292F

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

Shades of Monarch #6A292F

Tints of Monarch #6A292F

Color information

#6A292F (or 0x6A292F) is unknown color: approx Monarch. HEX triplet: 6A, 29 and 2F. RGB value is (106,41,47). Sum of RGB (Red+Green+Blue) = 106+41+47=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A292F is #95D6D0. Grayscale: #3D3D3D. Windows color (decimal): -9819857 or 3090794. OLE color: 3090794.

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

Color convert

RGB1064147-
CMYK00.610.560.58
HSL354.46º44.22%28.82%-
HSV(B)354.46º61.32%41.57%-
XYZ7.254.863.24-
YUV61.12120.03160.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.64%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=54.64%
G=21.13%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106414700.610.560.58354.4644.2228.82
Hex6A292F03D383A1622c1d
Octal152515707570725425435
Binary1101010101001101111011110111100011101010110001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,47); }

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

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

 a { background-color: rgb(106,41,47); }

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

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

 span { border-color: rgb(106,41,47); }

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