#6A161C

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

Shades of Pohutukawa #6A161C

Tints of Pohutukawa #6A161C

Color information

#6A161C (or 0x6A161C) is unknown color: approx Pohutukawa. HEX triplet: 6A, 16 and 1C. RGB value is (106,22,28). Sum of RGB (Red+Green+Blue) = 106+22+28=156 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.95% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 106 - color contains mainly: red. Hex color #6A161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A161C is #95E9E3. Grayscale: #2F2F2F. Windows color (decimal): -9824740 or 1840746. OLE color: 1840746.

HSL color Cylindrical-coordinate representation of color #6A161C: hue angle of 355.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A161C is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB1062228-
CMYK00.790.740.58
HSL355.71º65.62%25.1%-
HSV(B)355.71º79.25%41.57%-
XYZ6.443.721.48-
YUV47.8116.83169.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.95%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=67.95%
G=14.10%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106222800.790.740.58355.7165.6225.1
Hex6A161C04F4A3A1644219
Octal152263401171127254410231
Binary11010101011011100010011111001010111010101100100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,22,28); }

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

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

 a { background-color: rgb(106,22,28); }

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

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

 span { border-color: rgb(106,22,28); }

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