#6F0F11

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

Shades of Pohutukawa #6F0F11

Tints of Pohutukawa #6F0F11

Color information

#6F0F11 (or 0x6F0F11) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0F and 11. RGB value is (111,15,17). Sum of RGB (Red+Green+Blue) = 111+15+17=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0F11 is #90F0EE. Grayscale: #2C2C2C. Windows color (decimal): -9498863 or 1118063. OLE color: 1118063.

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

Color convert

RGB1111517-
CMYK00.860.850.56
HSL358.75º76.19%24.71%-
HSV(B)358.75º86.49%43.53%-
XYZ6.833.760.9-
YUV43.93112.8175.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 77.62%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=77.62%
G=10.49%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111151700.860.850.56358.7576.1924.71
Hex6FF1105655381674c19
Octal157172101261257054711431
Binary1101111111110001010101101010101111000101100111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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