#6A1112

Color #6A1112 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6A1112

Tints of Pohutukawa #6A1112

Color information

#6A1112 (or 0x6A1112) is unknown color: approx Pohutukawa. HEX triplet: 6A, 11 and 12. RGB value is (106,17,18). Sum of RGB (Red+Green+Blue) = 106+17+18=141 (18% of max value = 765). Red value is 106 (41.80% from 255 or 75.18% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1112 is #95EEED. Grayscale: #2B2B2B. Windows color (decimal): -9826030 or 1184106. OLE color: 1184106.

HSL color Cylindrical-coordinate representation of color #6A1112: hue angle of 359.33º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1112 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB1061718-
CMYK00.840.830.58
HSL359.33º72.36%24.12%-
HSV(B)359.33º83.96%41.57%-
XYZ6.253.510.92-
YUV43.72113.49172.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 75.18%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=75.18%
G=12.06%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106171800.840.830.58359.3372.3624.12
Hex6A1112054533A1674818
Octal152212201241237254711030
Binary11010101000110010010101001010011111010101100111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,17,18); }

 H1.HeaderClassName
 {
   color: #6A1112;
 }
 .AnyTagClassName
 {
   color: #6A1112;
 }
</style>
background-color css

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

 a { background-color: rgb(106,17,18); }

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

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

 span { border-color: rgb(106,17,18); }

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