Html Css Color HEX #6F0900 Maroon

📋 copy color: '#6F0900'

red 111 ◦ green 9 ◦ blue 0

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

Shades of Maroon #6F0900

Tints of Maroon #6F0900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.5%
G = 7.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F0900 (or 0x6F0900) is known color: Maroon. HEX triplet: 6F, 09 and 00. RGB value is (111,9,0). Sum of RGB (Red+Green+Blue) = 111+9+0=120 (15% of max value = 765). Red value is 111 (43.75% from 255 or 92.5% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0900 is #90F6FF. Grayscale: #262626. Windows color (decimal): -9500416 or 2415. OLE color: 2415.

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

Color convert

RGB 111 9 0 -
CMYK 0 0.92 1 0.56
HSL 4.86º 1% 0.22% -
HSV(B) 4.86º 1% 0.44% -
XYZ 6.65 3.57 0.34 -
YUV 38.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 111 9 0 0 0.92 1 0.56 4.86 1 0.22
Hex 6F 9 0 0 5C 64 38 5 64 16
Octal 157 11 0 0 134 144 70 5 144 26
Binary 1101111 1001 0 0 1011100 1100100 111000 101 1100100 10110

Color Harmonies of #6F0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0900

Black with #6F0900

Text Example


Text Example

White with #6F0900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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