#6A151D

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

Shades of Pohutukawa #6A151D

Tints of Pohutukawa #6A151D

Color information

#6A151D (or 0x6A151D) is unknown color: approx Pohutukawa. HEX triplet: 6A, 15 and 1D. RGB value is (106,21,29). Sum of RGB (Red+Green+Blue) = 106+21+29=156 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.95% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 106 - color contains mainly: red. Hex color #6A151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A151D is #95EAE2. Grayscale: #2F2F2F. Windows color (decimal): -9824995 or 1906026. OLE color: 1906026.

HSL color Cylindrical-coordinate representation of color #6A151D: hue angle of 354.35º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A151D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1062129-
CMYK00.800.730.58
HSL354.35º66.93%24.9%-
HSV(B)354.35º80.19%41.57%-
XYZ6.433.691.54-
YUV47.33117.66169.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 67.95%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=67.95%
G=13.46%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106212900.800.730.58354.3566.9324.9
Hex6A151D050493A1624319
Octal152253501201117254210331
Binary11010101010111101010100001001001111010101100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,21,29); }

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

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

 a { background-color: rgb(106,21,29); }

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

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

 span { border-color: rgb(106,21,29); }

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