#6D0B02

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

Shades of Maroon #6D0B02

Tints of Maroon #6D0B02

Color information

#6D0B02 (or 0x6D0B02) is unknown color: approx Maroon. HEX triplet: 6D, 0B and 02. RGB value is (109,11,2). Sum of RGB (Red+Green+Blue) = 109+11+2=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0B02 is #92F4FD. Grayscale: #272727. Windows color (decimal): -9630974 or 133997. OLE color: 133997.

HSL color Cylindrical-coordinate representation of color #6D0B02: hue angle of 5.05º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0B02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB109112-
CMYK00.900.980.57
HSL5.05º96.4%21.76%-
HSV(B)5.05º98.17%42.75%-
XYZ6.443.490.39-
YUV39.28106.97177.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 89.34%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=89.34%
G=9.02%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10911200.900.980.575.0596.421.76
Hex6DB205A623956016
Octal155132013214271514026
Binary1101101101110010110101100010111001101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,11,2); }

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

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

 a { background-color: rgb(109,11,2); }

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

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

 span { border-color: rgb(109,11,2); }

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