#6E1113

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

Shades of Pohutukawa #6E1113

Tints of Pohutukawa #6E1113

Color information

#6E1113 (or 0x6E1113) is unknown color: approx Pohutukawa. HEX triplet: 6E, 11 and 13. RGB value is (110,17,19). Sum of RGB (Red+Green+Blue) = 110+17+19=146 (19% of max value = 765). Red value is 110 (43.36% from 255 or 75.34% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1113 is #91EEEC. Grayscale: #2D2D2D. Windows color (decimal): -9563885 or 1249646. OLE color: 1249646.

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

Color convert

RGB1101719-
CMYK00.850.830.57
HSL358.71º73.23%24.9%-
HSV(B)358.71º84.55%43.14%-
XYZ6.753.760.99-
YUV45.04113.31174.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 75.34%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=75.34%
G=11.64%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110171900.850.830.57358.7173.2324.9
Hex6E111305553391674919
Octal156212301251237154711131
Binary11011101000110011010101011010011111001101100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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