Html Css Color HEX #6A1502 Maroon

📋 copy color: '#6A1502'

red 106 ◦ green 21 ◦ blue 2

#6A1502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #6A1502

Tints of Maroon #6A1502

RGB

 RED value IS 106 (41.8% from 255) = 82.17%

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 82.17%
G = 16.28%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6A1502 (or 0x6A1502) is known color: Maroon. HEX triplet: 6A, 15 and 02. RGB value is (106,21,2). Sum of RGB (Red+Green+Blue) = 106+21+2=129 (17% of max value = 765). Red value is 106 (41.80% from 255 or 82.17% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1502 is #95EAFD. Grayscale: #2C2C2C. Windows color (decimal): -9825022 or 136554. OLE color: 136554.

HSL color Cylindrical-coordinate representation of color #6A1502: hue angle of 10.96º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A1502 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 21 2 -
CMYK 0 0.80 0.98 0.58
HSL 10.96º 0.96% 0.21% -
HSV(B) 10.96º 0.98% 0.42% -
XYZ 6.22 3.6 0.43 -
YUV 44.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 106 21 2 0 0.80 0.98 0.58 10.96 0.96 0.21
Hex 6A 15 2 0 50 62 3A B 60 15
Octal 152 25 2 0 120 142 72 13 140 25
Binary 1101010 10101 10 0 1010000 1100010 111010 1011 1100000 10101

Color Harmonies of #6A1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1502

Black with #6A1502

Text Example


Text Example

White with #6A1502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,2); }

 H1.HeaderClassName
 {
   color: #6A1502;
 }
 .AnyTagClassName
 {
   color: #6A1502;
 }
</style>

background-color css

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

 a { background-color: rgb(106,21,2); }

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

border-color css

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

 span { border-color: rgb(106,21,2); }

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