#6F101E

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

Shades of Pohutukawa #6F101E

Tints of Pohutukawa #6F101E

Color information

#6F101E (or 0x6F101E) is unknown color: approx Pohutukawa. HEX triplet: 6F, 10 and 1E. RGB value is (111,16,30). Sum of RGB (Red+Green+Blue) = 111+16+30=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F101E is #90EFE1. Grayscale: #2E2E2E. Windows color (decimal): -9498594 or 1970287. OLE color: 1970287.

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

Color convert

RGB1111630-
CMYK00.860.730.56
HSL351.16º74.8%24.9%-
HSV(B)351.16º85.59%43.53%-
XYZ6.983.841.6-
YUV46118.97174.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 70.70%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=70.70%
G=10.19%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111163000.860.730.56351.1674.824.9
Hex6F101E056493815f4b19
Octal157203601261117053711331
Binary11011111000011110010101101001001111000101011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,16,30); }

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

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

 a { background-color: rgb(111,16,30); }

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

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

 span { border-color: rgb(111,16,30); }

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