#6F0F12

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

Shades of Pohutukawa #6F0F12

Tints of Pohutukawa #6F0F12

Color information

#6F0F12 (or 0x6F0F12) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0F and 12. RGB value is (111,15,18). Sum of RGB (Red+Green+Blue) = 111+15+18=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0F12 is #90F0ED. Grayscale: #2C2C2C. Windows color (decimal): -9498862 or 1183599. OLE color: 1183599.

HSL color Cylindrical-coordinate representation of color #6F0F12: hue angle of 358.12º 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 #6F0F12 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1111518-
CMYK00.860.840.56
HSL358.12º76.19%24.71%-
HSV(B)358.12º86.49%43.53%-
XYZ6.843.760.94-
YUV44.05113.3175.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 77.08%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=77.08%
G=10.42%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111151800.860.840.56358.1276.1924.71
Hex6FF1205654381664c19
Octal157172201261247054611431
Binary1101111111110010010101101010100111000101100110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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