#6A262D

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

Shades of Monarch #6A262D

Tints of Monarch #6A262D

Color information

#6A262D (or 0x6A262D) is unknown color: approx Monarch. HEX triplet: 6A, 26 and 2D. RGB value is (106,38,45). Sum of RGB (Red+Green+Blue) = 106+38+45=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A262D is #95D9D2. Grayscale: #3B3B3B. Windows color (decimal): -9820627 or 2958954. OLE color: 2958954.

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

Color convert

RGB1063845-
CMYK00.640.580.58
HSL353.82º47.22%28.24%-
HSV(B)353.82º64.15%41.57%-
XYZ7.114.643-
YUV59.13120.03161.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.08%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=56.08%
G=20.11%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106384500.640.580.58353.8247.2228.24
Hex6A262D0403A3A1622f1c
Octal1524655010072725425734
Binary11010101001101011010100000011101011101010110001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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