Html Css Color HEX #272206 Maire

📋 copy color: '#272206'

red 39 ◦ green 34 ◦ blue 6

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

Shades of Maire #272206

Tints of Maire #272206

RGB

 RED value IS 39 (15.63% from 255) = 49.37%

 GREEN value IS 34 (13.67% from 255) = 43.04%

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

R = 49.37%
G = 43.04%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.85

RGB Variations

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

Color information

#272206 (or 0x272206) is known color: Maire. HEX triplet: 27, 22 and 06. RGB value is (39,34,6). Sum of RGB (Red+Green+Blue) = 39+34+6=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #272206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272206 is #D8DDF9. Grayscale: #202020. Windows color (decimal): -14212602 or 401959. OLE color: 401959.

HSL color Cylindrical-coordinate representation of color #272206: hue angle of 50.91º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #272206 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 34 6 -
CMYK 0 0.13 0.85 0.85
HSL 50.91º 0.73% 0.09% -
HSV(B) 50.91º 0.85% 0.15% -
XYZ 1.44 1.59 0.4 -
YUV 32.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 39 34 6 0 0.13 0.85 0.85 50.91 0.73 0.09
Hex 27 22 6 0 D 55 55 33 49 9
Octal 47 42 6 0 15 125 125 63 111 11
Binary 100111 100010 110 0 1101 1010101 1010101 110011 1001001 1001

Color Harmonies of #272206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272206

Black with #272206

Text Example


Text Example

White with #272206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272206; }

 p { color: rgb(39,34,6); }

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

background-color css

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

 a { background-color: rgb(39,34,6); }

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

border-color css

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

 span { border-color: rgb(39,34,6); }

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