Html Css Color HEX #140F06 Maire

📋 copy color: '#140F06'

red 20 ◦ green 15 ◦ blue 6

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

Shades of Maire #140F06

Tints of Maire #140F06

RGB

 RED value IS 20 (8.2% from 255) = 48.78%

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

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

R = 48.78%
G = 36.59%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#140F06 (or 0x140F06) is known color: Maire. HEX triplet: 14, 0F and 06. RGB value is (20,15,6). Sum of RGB (Red+Green+Blue) = 20+15+6=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #140F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F06 is #EBF0F9. Grayscale: #0F0F0F. Windows color (decimal): -15462650 or 397076. OLE color: 397076.

HSL color Cylindrical-coordinate representation of color #140F06: hue angle of 38.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140F06 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 15 6 -
CMYK 0 0.25 0.70 0.92
HSL 38.57º 0.54% 0.05% -
HSV(B) 38.57º 0.7% 0.08% -
XYZ 0.49 0.5 0.24 -
YUV 15.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 20 15 6 0 0.25 0.70 0.92 38.57 0.54 0.05
Hex 14 F 6 0 19 46 5C 27 36 5
Octal 24 17 6 0 31 106 134 47 66 5
Binary 10100 1111 110 0 11001 1000110 1011100 100111 110110 101

Color Harmonies of #140F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F06

Black with #140F06

Text Example


Text Example

White with #140F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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