#6F0F13

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

Shades of Pohutukawa #6F0F13

Tints of Pohutukawa #6F0F13

Color information

#6F0F13 (or 0x6F0F13) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0F and 13. RGB value is (111,15,19). Sum of RGB (Red+Green+Blue) = 111+15+19=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0F13 is #90F0EC. Grayscale: #2C2C2C. Windows color (decimal): -9498861 or 1249135. OLE color: 1249135.

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

Color convert

RGB1111519-
CMYK00.860.830.56
HSL357.5º76.19%24.71%-
HSV(B)357.5º86.49%43.53%-
XYZ6.843.770.98-
YUV44.16113.8175.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 76.55%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 19 (7.81% from 255) = 13.10%
R=76.55%
G=10.34%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111151900.860.830.56357.576.1924.71
Hex6FF1305653381664c19
Octal157172301261237054611431
Binary1101111111110011010101101010011111000101100110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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