#6F0C14

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

Shades of Pohutukawa #6F0C14

Tints of Pohutukawa #6F0C14

Color information

#6F0C14 (or 0x6F0C14) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0C and 14. RGB value is (111,12,20). Sum of RGB (Red+Green+Blue) = 111+12+20=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0C14 is #90F3EB. Grayscale: #2A2A2A. Windows color (decimal): -9499628 or 1313903. OLE color: 1313903.

HSL color Cylindrical-coordinate representation of color #6F0C14: hue angle of 355.15º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C14 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1111220-
CMYK00.890.820.56
HSL355.15º80.49%24.12%-
HSV(B)355.15º89.19%43.53%-
XYZ6.813.691.02-
YUV42.51115.3176.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 77.62%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=77.62%
G=8.39%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111122000.890.820.56355.1580.4924.12
Hex6FC1405952381635018
Octal157142401311227054312030
Binary1101111110010100010110011010010111000101100011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,12,20); }

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

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

 a { background-color: rgb(111,12,20); }

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

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

 span { border-color: rgb(111,12,20); }

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