#6D151E

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

Shades of Pohutukawa #6D151E

Tints of Pohutukawa #6D151E

Color information

#6D151E (or 0x6D151E) is unknown color: approx Pohutukawa. HEX triplet: 6D, 15 and 1E. RGB value is (109,21,30). Sum of RGB (Red+Green+Blue) = 109+21+30=160 (21% of max value = 765). Red value is 109 (42.97% from 255 or 68.12% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 109 - color contains mainly: red. Hex color #6D151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D151E is #92EAE1. Grayscale: #303030. Windows color (decimal): -9628386 or 1971565. OLE color: 1971565.

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

Color convert

RGB1092130-
CMYK00.810.720.57
HSL353.86º67.69%25.49%-
HSV(B)353.86º80.73%42.75%-
XYZ6.813.881.62-
YUV48.34117.65171.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 68.12%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=68.12%
G=13.12%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109213000.810.720.57353.8667.6925.49
Hex6D151E05148391624419
Octal155253601211107154210431
Binary11011011010111110010100011001000111001101100010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,30); }

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

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

 a { background-color: rgb(109,21,30); }

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

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

 span { border-color: rgb(109,21,30); }

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