#6A070D

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

Shades of Pohutukawa #6A070D

Tints of Pohutukawa #6A070D

Color information

#6A070D (or 0x6A070D) is unknown color: approx Pohutukawa. HEX triplet: 6A, 07 and 0D. RGB value is (106,7,13). Sum of RGB (Red+Green+Blue) = 106+7+13=126 (16% of max value = 765). Red value is 106 (41.80% from 255 or 84.13% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 106 - color contains mainly: red. Hex color #6A070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A070D is #95F8F2. Grayscale: #252525. Windows color (decimal): -9828595 or 853866. OLE color: 853866.

HSL color Cylindrical-coordinate representation of color #6A070D: hue angle of 356.36º 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 #6A070D is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB106713-
CMYK00.930.880.58
HSL356.36º87.61%22.16%-
HSV(B)356.36º93.4%41.57%-
XYZ6.093.250.69-
YUV37.28114.3177.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 84.13%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=84.13%
G=5.56%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10671300.930.880.58356.3687.6122.16
Hex6A7D05D583A1645816
Octal15271501351307254413026
Binary11010101111101010111011011000111010101100100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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