#6E151E

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

Shades of Pohutukawa #6E151E

Tints of Pohutukawa #6E151E

Color information

#6E151E (or 0x6E151E) is unknown color: approx Pohutukawa. HEX triplet: 6E, 15 and 1E. RGB value is (110,21,30). Sum of RGB (Red+Green+Blue) = 110+21+30=161 (21% of max value = 765). Red value is 110 (43.36% from 255 or 68.32% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 110 - color contains mainly: red. Hex color #6E151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E151E is #91EAE1. Grayscale: #303030. Windows color (decimal): -9562850 or 1971566. OLE color: 1971566.

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

Color convert

RGB1102130-
CMYK00.810.730.57
HSL353.93º67.94%25.69%-
HSV(B)353.93º80.91%43.14%-
XYZ6.933.951.62-
YUV48.64117.49171.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 68.32%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=68.32%
G=13.04%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110213000.810.730.57353.9367.9425.69
Hex6E151E0514939162441a
Octal156253601211117154210432
Binary11011101010111110010100011001001111001101100010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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