Html Css Color HEX #6E0906 Maroon

📋 copy color: '#6E0906'

red 110 ◦ green 9 ◦ blue 6

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

Shades of Maroon #6E0906

Tints of Maroon #6E0906

RGB

 RED value IS 110 (43.36% from 255) = 88%

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 88%
G = 7.2%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6E0906 (or 0x6E0906) is known color: Maroon. HEX triplet: 6E, 09 and 06. RGB value is (110,9,6). Sum of RGB (Red+Green+Blue) = 110+9+6=125 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0906 is #91F6F9. Grayscale: #262626. Windows color (decimal): -9565946 or 395630. OLE color: 395630.

HSL color Cylindrical-coordinate representation of color #6E0906: hue angle of 1.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0906 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 9 6 -
CMYK 0 0.92 0.95 0.57
HSL 1.73º 0.9% 0.23% -
HSV(B) 1.73º 0.95% 0.43% -
XYZ 6.56 3.52 0.51 -
YUV 38.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 110 9 6 0 0.92 0.95 0.57 1.73 0.9 0.23
Hex 6E 9 6 0 5C 5F 39 2 5A 17
Octal 156 11 6 0 134 137 71 2 132 27
Binary 1101110 1001 110 0 1011100 1011111 111001 10 1011010 10111

Color Harmonies of #6E0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0906

Black with #6E0906

Text Example


Text Example

White with #6E0906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,9,6); }

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

background-color css

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

 a { background-color: rgb(110,9,6); }

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

border-color css

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

 span { border-color: rgb(110,9,6); }

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