#6A262A

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

Shades of Monarch #6A262A

Tints of Monarch #6A262A

Color information

#6A262A (or 0x6A262A) is unknown color: approx Monarch. HEX triplet: 6A, 26 and 2A. RGB value is (106,38,42). Sum of RGB (Red+Green+Blue) = 106+38+42=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A262A is #95D9D5. Grayscale: #3A3A3A. Windows color (decimal): -9820630 or 2762346. OLE color: 2762346.

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

Color convert

RGB1063842-
CMYK00.640.600.58
HSL356.47º47.22%28.24%-
HSV(B)356.47º64.15%41.57%-
XYZ7.054.622.71-
YUV58.79118.53161.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.99%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 42 (16.80% from 255) = 22.58%
R=56.99%
G=20.43%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106384200.640.600.58356.4747.2228.24
Hex6A262A0403C3A1642f1c
Octal1524652010074725445734
Binary11010101001101010100100000011110011101010110010010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,38,42); }

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

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

 a { background-color: rgb(106,38,42); }

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

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

 span { border-color: rgb(106,38,42); }

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