Html Css Color HEX #120F06 Maire

📋 copy color: '#120F06'

red 18 ◦ green 15 ◦ blue 6

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

Shades of Maire #120F06

Tints of Maire #120F06

RGB

 RED value IS 18 (7.42% from 255) = 46.15%

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

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

R = 46.15%
G = 38.46%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#120F06 (or 0x120F06) is known color: Maire. HEX triplet: 12, 0F and 06. RGB value is (18,15,6). Sum of RGB (Red+Green+Blue) = 18+15+6=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #120F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F06 is #EDF0F9. Grayscale: #0E0E0E. Windows color (decimal): -15593722 or 397074. OLE color: 397074.

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

Color convert

RGB 18 15 6 -
CMYK 0 0.17 0.67 0.93
HSL 45º 0.5% 0.05% -
HSV(B) 45º 0.67% 0.07% -
XYZ 0.45 0.48 0.24 -
YUV 14.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 18 15 6 0 0.17 0.67 0.93 45 0.5 0.05
Hex 12 F 6 0 11 43 5D 2D 32 5
Octal 22 17 6 0 21 103 135 55 62 5
Binary 10010 1111 110 0 10001 1000011 1011101 101101 110010 101

Color Harmonies of #120F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F06

Black with #120F06

Text Example


Text Example

White with #120F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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