#6A151A

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

Shades of Pohutukawa #6A151A

Tints of Pohutukawa #6A151A

Color information

#6A151A (or 0x6A151A) is unknown color: approx Pohutukawa. HEX triplet: 6A, 15 and 1A. RGB value is (106,21,26). Sum of RGB (Red+Green+Blue) = 106+21+26=153 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.28% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 106 - color contains mainly: red. Hex color #6A151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A151A is #95EAE5. Grayscale: #2F2F2F. Windows color (decimal): -9824998 or 1709418. OLE color: 1709418.

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

Color convert

RGB1062126-
CMYK00.800.750.58
HSL356.47º66.93%24.9%-
HSV(B)356.47º80.19%41.57%-
XYZ6.43.681.35-
YUV46.98116.16170.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 69.28%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=69.28%
G=13.73%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106212600.800.750.58356.4766.9324.9
Hex6A151A0504B3A1644319
Octal152253201201137254410331
Binary11010101010111010010100001001011111010101100100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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