#6A070E

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

Shades of Pohutukawa #6A070E

Tints of Pohutukawa #6A070E

Color information

#6A070E (or 0x6A070E) is unknown color: approx Pohutukawa. HEX triplet: 6A, 07 and 0E. RGB value is (106,7,14). Sum of RGB (Red+Green+Blue) = 106+7+14=127 (16% of max value = 765). Red value is 106 (41.80% from 255 or 83.46% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 106 - color contains mainly: red. Hex color #6A070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A070E is #95F8F1. Grayscale: #252525. Windows color (decimal): -9828594 or 919402. OLE color: 919402.

HSL color Cylindrical-coordinate representation of color #6A070E: hue angle of 355.76º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A070E is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB106714-
CMYK00.930.870.58
HSL355.76º87.61%22.16%-
HSV(B)355.76º93.4%41.57%-
XYZ6.13.250.72-
YUV37.4114.8176.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 83.46%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=83.46%
G=5.51%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10671400.930.870.58355.7687.6122.16
Hex6A7E05D573A1645816
Octal15271601351277254413026
Binary11010101111110010111011010111111010101100100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,7,14); }

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

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

 a { background-color: rgb(106,7,14); }

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

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

 span { border-color: rgb(106,7,14); }

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