#6A0D1A

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

Shades of Pohutukawa #6A0D1A

Tints of Pohutukawa #6A0D1A

Color information

#6A0D1A (or 0x6A0D1A) is unknown color: approx Pohutukawa. HEX triplet: 6A, 0D and 1A. RGB value is (106,13,26). Sum of RGB (Red+Green+Blue) = 106+13+26=145 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.10% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D1A is #95F2E5. Grayscale: #2A2A2A. Windows color (decimal): -9827046 or 1707370. OLE color: 1707370.

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

Color convert

RGB1061326-
CMYK00.880.750.58
HSL351.61º78.15%23.33%-
HSV(B)351.61º87.74%41.57%-
XYZ6.273.431.31-
YUV42.29118.81173.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 73.10%
GREEN value IS 13 (5.47% from 255) = 8.97%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=73.10%
G=8.97%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106132600.880.750.58351.6178.1523.33
Hex6AD1A0584B3A1604e17
Octal152153201301137254011627
Binary1101010110111010010110001001011111010101100000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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