Html Css Color HEX #6F0906 Maroon

📋 copy color: '#6F0906'

red 111 ◦ green 9 ◦ blue 6

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

Shades of Maroon #6F0906

Tints of Maroon #6F0906

RGB

 RED value IS 111 (43.75% from 255) = 88.1%

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

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

R = 88.1%
G = 7.14%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F0906 (or 0x6F0906) is known color: Maroon. HEX triplet: 6F, 09 and 06. RGB value is (111,9,6). Sum of RGB (Red+Green+Blue) = 111+9+6=126 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.10% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0906 is #90F6F9. Grayscale: #272727. Windows color (decimal): -9500410 or 395631. OLE color: 395631.

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

Color convert

RGB 111 9 6 -
CMYK 0 0.92 0.95 0.56
HSL 1.71º 0.9% 0.23% -
HSV(B) 1.71º 0.95% 0.44% -
XYZ 6.69 3.59 0.51 -
YUV 39.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 111 9 6 0 0.92 0.95 0.56 1.71 0.9 0.23
Hex 6F 9 6 0 5C 5F 38 2 5A 17
Octal 157 11 6 0 134 137 70 2 132 27
Binary 1101111 1001 110 0 1011100 1011111 111000 10 1011010 10111

Color Harmonies of #6F0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0906

Black with #6F0906

Text Example


Text Example

White with #6F0906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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