#6F1113

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

Shades of Pohutukawa #6F1113

Tints of Pohutukawa #6F1113

Color information

#6F1113 (or 0x6F1113) is unknown color: approx Pohutukawa. HEX triplet: 6F, 11 and 13. RGB value is (111,17,19). Sum of RGB (Red+Green+Blue) = 111+17+19=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1113 is #90EEEC. Grayscale: #2D2D2D. Windows color (decimal): -9498349 or 1249647. OLE color: 1249647.

HSL color Cylindrical-coordinate representation of color #6F1113: hue angle of 358.72º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1113 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1111719-
CMYK00.850.830.56
HSL358.72º73.44%25.1%-
HSV(B)358.72º84.68%43.53%-
XYZ6.873.830.99-
YUV45.33113.14174.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 75.51%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=75.51%
G=11.56%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111171900.850.830.56358.7273.4425.1
Hex6F111305553381674919
Octal157212301251237054711131
Binary11011111000110011010101011010011111000101100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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