#6A0711

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

Shades of Pohutukawa #6A0711

Tints of Pohutukawa #6A0711

Color information

#6A0711 (or 0x6A0711) is unknown color: approx Pohutukawa. HEX triplet: 6A, 07 and 11. RGB value is (106,7,17). Sum of RGB (Red+Green+Blue) = 106+7+17=130 (17% of max value = 765). Red value is 106 (41.80% from 255 or 81.54% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0711 is #95F8EE. Grayscale: #252525. Windows color (decimal): -9828591 or 1116010. OLE color: 1116010.

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

Color convert

RGB106717-
CMYK00.930.840.58
HSL353.94º87.61%22.16%-
HSV(B)353.94º93.4%41.57%-
XYZ6.123.260.84-
YUV37.74116.3176.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 81.54%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=81.54%
G=5.38%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10671700.930.840.58353.9487.6122.16
Hex6A71105D543A1625816
Octal15272101351247254213026
Binary110101011110001010111011010100111010101100010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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