#6A070C

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

Shades of Pohutukawa #6A070C

Tints of Pohutukawa #6A070C

Color information

#6A070C (or 0x6A070C) is unknown color: approx Pohutukawa. HEX triplet: 6A, 07 and 0C. RGB value is (106,7,12). Sum of RGB (Red+Green+Blue) = 106+7+12=125 (16% of max value = 765). Red value is 106 (41.80% from 255 or 84.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 106 - color contains mainly: red. Hex color #6A070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A070C is #95F8F3. Grayscale: #252525. Windows color (decimal): -9828596 or 788330. OLE color: 788330.

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

Color convert

RGB106712-
CMYK00.930.890.58
HSL356.97º87.61%22.16%-
HSV(B)356.97º93.4%41.57%-
XYZ6.093.240.65-
YUV37.17113.8177.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 84.8%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=84.8%
G=5.6%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10671200.930.890.58356.9787.6122.16
Hex6A7C05D593A1655816
Octal15271401351317254513026
Binary11010101111100010111011011001111010101100101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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