#6A262E

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

Shades of Monarch #6A262E

Tints of Monarch #6A262E

Color information

#6A262E (or 0x6A262E) is unknown color: approx Monarch. HEX triplet: 6A, 26 and 2E. RGB value is (106,38,46). Sum of RGB (Red+Green+Blue) = 106+38+46=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A262E is #95D9D1. Grayscale: #3B3B3B. Windows color (decimal): -9820626 or 3024490. OLE color: 3024490.

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

Color convert

RGB1063846-
CMYK00.640.570.58
HSL352.94º47.22%28.24%-
HSV(B)352.94º64.15%41.57%-
XYZ7.134.653.11-
YUV59.24120.53161.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.79%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=55.79%
G=20%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106384600.640.570.58352.9447.2228.24
Hex6A262E040393A1612f1c
Octal1524656010071725415734
Binary11010101001101011100100000011100111101010110000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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