Html Css Color HEX #110F06 Maire

📋 copy color: '#110F06'

red 17 ◦ green 15 ◦ blue 6

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

Shades of Maire #110F06

Tints of Maire #110F06

RGB

 RED value IS 17 (7.03% from 255) = 44.74%

 GREEN value IS 15 (6.25% from 255) = 39.47%

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

R = 44.74%
G = 39.47%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.93

RGB Variations

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

Color information

#110F06 (or 0x110F06) is known color: Maire. HEX triplet: 11, 0F and 06. RGB value is (17,15,6). Sum of RGB (Red+Green+Blue) = 17+15+6=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #110F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F06 is #EEF0F9. Grayscale: #0E0E0E. Windows color (decimal): -15659258 or 397073. OLE color: 397073.

HSL color Cylindrical-coordinate representation of color #110F06: hue angle of 49.09º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #110F06 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 15 6 -
CMYK 0 0.12 0.65 0.93
HSL 49.09º 0.48% 0.05% -
HSV(B) 49.09º 0.65% 0.07% -
XYZ 0.43 0.47 0.24 -
YUV 14.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 17 15 6 0 0.12 0.65 0.93 49.09 0.48 0.05
Hex 11 F 6 0 C 41 5D 31 30 5
Octal 21 17 6 0 14 101 135 61 60 5
Binary 10001 1111 110 0 1100 1000001 1011101 110001 110000 101

Color Harmonies of #110F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110F06

Black with #110F06

Text Example


Text Example

White with #110F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110F06; }

 p { color: rgb(17,15,6); }

 H1.HeaderClassName
 {
   color: #110F06;
 }
 .AnyTagClassName
 {
   color: #110F06;
 }
</style>

background-color css

<style>
 a { background-color: #110F06; }

 a { background-color: rgb(17,15,6); }

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

border-color css

<style>
 span { border-color: #110F06; }

 span { border-color: rgb(17,15,6); }

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