#6D1014

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

Shades of Pohutukawa #6D1014

Tints of Pohutukawa #6D1014

Color information

#6D1014 (or 0x6D1014) is unknown color: approx Pohutukawa. HEX triplet: 6D, 10 and 14. RGB value is (109,16,20). Sum of RGB (Red+Green+Blue) = 109+16+20=145 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.17% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1014 is #92EFEB. Grayscale: #2C2C2C. Windows color (decimal): -9629676 or 1314925. OLE color: 1314925.

HSL color Cylindrical-coordinate representation of color #6D1014: hue angle of 357.42º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1014 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB1091620-
CMYK00.850.820.57
HSL357.42º74.4%24.51%-
HSV(B)357.42º85.32%42.75%-
XYZ6.623.671.02-
YUV44.26114.31174.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 75.17%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=75.17%
G=11.03%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109162000.850.820.57357.4274.424.51
Hex6D101405552391654a19
Octal155202401251227154511231
Binary11011011000010100010101011010010111001101100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,20); }

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

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

 a { background-color: rgb(109,16,20); }

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

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

 span { border-color: rgb(109,16,20); }

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