Html Css Color HEX #6C1006 Maroon

📋 copy color: '#6C1006'

red 108 ◦ green 16 ◦ blue 6

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

Shades of Maroon #6C1006

Tints of Maroon #6C1006

RGB

 RED value IS 108 (42.58% from 255) = 83.08%

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

 BLUE value IS 6 (2.73% from 255) = 4.62%

R = 83.08%
G = 12.31%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#6C1006 (or 0x6C1006) is known color: Maroon. HEX triplet: 6C, 10 and 06. RGB value is (108,16,6). Sum of RGB (Red+Green+Blue) = 108+16+6=130 (17% of max value = 765). Red value is 108 (42.58% from 255 or 83.08% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1006 is #93EFF9. Grayscale: #2A2A2A. Windows color (decimal): -9695226 or 397420. OLE color: 397420.

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

Color convert

RGB 108 16 6 -
CMYK 0 0.85 0.94 0.58
HSL 5.88º 0.89% 0.22% -
HSV(B) 5.88º 0.94% 0.42% -
XYZ 6.4 3.57 0.52 -
YUV 42.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 108 16 6 0 0.85 0.94 0.58 5.88 0.89 0.22
Hex 6C 10 6 0 55 5E 3A 6 59 16
Octal 154 20 6 0 125 136 72 6 131 26
Binary 1101100 10000 110 0 1010101 1011110 111010 110 1011001 10110

Color Harmonies of #6C1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1006

Black with #6C1006

Text Example


Text Example

White with #6C1006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,16,6); }

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

background-color css

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

 a { background-color: rgb(108,16,6); }

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

border-color css

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

 span { border-color: rgb(108,16,6); }

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