Html Css Color HEX #6F1600 Maroon

📋 copy color: '#6F1600'

red 111 ◦ green 22 ◦ blue 0

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

Shades of Maroon #6F1600

Tints of Maroon #6F1600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.54%

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

R = 83.46%
G = 16.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F1600 (or 0x6F1600) is known color: Maroon. HEX triplet: 6F, 16 and 00. RGB value is (111,22,0). Sum of RGB (Red+Green+Blue) = 111+22+0=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1600 is #90E9FF. Grayscale: #2E2E2E. Windows color (decimal): -9497088 or 5743. OLE color: 5743.

HSL color Cylindrical-coordinate representation of color #6F1600: hue angle of 11.89º 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 #6F1600 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 22 0 -
CMYK 0 0.80 1 0.56
HSL 11.89º 1% 0.22% -
HSV(B) 11.89º 1% 0.44% -
XYZ 6.84 3.95 0.4 -
YUV 46.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 111 22 0 0 0.80 1 0.56 11.89 1 0.22
Hex 6F 16 0 0 50 64 38 C 64 16
Octal 157 26 0 0 120 144 70 14 144 26
Binary 1101111 10110 0 0 1010000 1100100 111000 1100 1100100 10110

Color Harmonies of #6F1600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1600

Black with #6F1600

Text Example


Text Example

White with #6F1600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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