#6A070A

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

Shades of Pohutukawa #6A070A

Tints of Pohutukawa #6A070A

Color information

#6A070A (or 0x6A070A) is unknown color: approx Pohutukawa. HEX triplet: 6A, 07 and 0A. RGB value is (106,7,10). Sum of RGB (Red+Green+Blue) = 106+7+10=123 (16% of max value = 765). Red value is 106 (41.80% from 255 or 86.18% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 106 - color contains mainly: red. Hex color #6A070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A070A is #95F8F5. Grayscale: #252525. Windows color (decimal): -9828598 or 657258. OLE color: 657258.

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

Color convert

RGB106710-
CMYK00.930.910.58
HSL358.18º87.61%22.16%-
HSV(B)358.18º93.4%41.57%-
XYZ6.073.240.59-
YUV36.94112.8177.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 86.18%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 10 (4.30% from 255) = 8.13%
R=86.18%
G=5.69%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10671000.930.910.58358.1887.6122.16
Hex6A7A05D5B3A1665816
Octal15271201351337254613026
Binary11010101111010010111011011011111010101100110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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