#6E111A

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

Shades of Pohutukawa #6E111A

Tints of Pohutukawa #6E111A

Color information

#6E111A (or 0x6E111A) is unknown color: approx Pohutukawa. HEX triplet: 6E, 11 and 1A. RGB value is (110,17,26). Sum of RGB (Red+Green+Blue) = 110+17+26=153 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.90% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 110 - color contains mainly: red. Hex color #6E111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E111A is #91EEE5. Grayscale: #2D2D2D. Windows color (decimal): -9563878 or 1708398. OLE color: 1708398.

HSL color Cylindrical-coordinate representation of color #6E111A: hue angle of 354.19º degrees, saturation: 0.73, 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 #6E111A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1101726-
CMYK00.850.760.57
HSL354.19º73.23%24.9%-
HSV(B)354.19º84.55%43.14%-
XYZ6.823.791.35-
YUV45.83116.81173.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 71.90%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=71.90%
G=11.11%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110172600.850.760.57354.1973.2324.9
Hex6E111A0554C391624919
Octal156213201251147154211131
Binary11011101000111010010101011001100111001101100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,17,26); }

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

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

 a { background-color: rgb(110,17,26); }

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

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

 span { border-color: rgb(110,17,26); }

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