Html Css Color HEX #6A1005 Maroon

📋 copy color: '#6A1005'

red 106 ◦ green 16 ◦ blue 5

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

Shades of Maroon #6A1005

Tints of Maroon #6A1005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 83.46%
G = 12.6%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6A1005 (or 0x6A1005) is known color: Maroon. HEX triplet: 6A, 10 and 05. RGB value is (106,16,5). Sum of RGB (Red+Green+Blue) = 106+16+5=127 (16% of max value = 765). Red value is 106 (41.80% from 255 or 83.46% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1005 is #95EFFA. Grayscale: #292929. Windows color (decimal): -9826299 or 331882. OLE color: 331882.

HSL color Cylindrical-coordinate representation of color #6A1005: hue angle of 6.53º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A1005 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 16 5 -
CMYK 0 0.85 0.95 0.58
HSL 6.53º 0.91% 0.22% -
HSV(B) 6.53º 0.95% 0.42% -
XYZ 6.16 3.45 0.48 -
YUV 41.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 106 16 5 0 0.85 0.95 0.58 6.53 0.91 0.22
Hex 6A 10 5 0 55 5F 3A 7 5B 16
Octal 152 20 5 0 125 137 72 7 133 26
Binary 1101010 10000 101 0 1010101 1011111 111010 111 1011011 10110

Color Harmonies of #6A1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1005

Black with #6A1005

Text Example


Text Example

White with #6A1005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,16,5); }

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

background-color css

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

 a { background-color: rgb(106,16,5); }

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

border-color css

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

 span { border-color: rgb(106,16,5); }

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