#6B202B

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

Shades of Monarch #6B202B

Tints of Monarch #6B202B

Color information

#6B202B (or 0x6B202B) is unknown color: approx Monarch. HEX triplet: 6B, 20 and 2B. RGB value is (107,32,43). Sum of RGB (Red+Green+Blue) = 107+32+43=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B202B is #94DFD4. Grayscale: #373737. Windows color (decimal): -9756629 or 2826347. OLE color: 2826347.

HSL color Cylindrical-coordinate representation of color #6B202B: hue angle of 351.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B202B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1073243-
CMYK00.700.600.58
HSL351.2º53.96%27.25%-
HSV(B)351.2º70.09%41.96%-
XYZ7.024.332.75-
YUV55.68120.85164.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.79%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 43 (17.19% from 255) = 23.63%
R=58.79%
G=17.58%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107324300.700.600.58351.253.9627.25
Hex6B202B0463C3A15f361b
Octal1534053010674725376633
Binary11010111000001010110100011011110011101010101111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,32,43); }

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

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

 a { background-color: rgb(107,32,43); }

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

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

 span { border-color: rgb(107,32,43); }

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