#6A1728

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

Shades of Pohutukawa #6A1728

Tints of Pohutukawa #6A1728

Color information

#6A1728 (or 0x6A1728) is unknown color: approx Pohutukawa. HEX triplet: 6A, 17 and 28. RGB value is (106,23,40). Sum of RGB (Red+Green+Blue) = 106+23+40=169 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.72% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1728 is #95E8D7. Grayscale: #313131. Windows color (decimal): -9824472 or 2627434. OLE color: 2627434.

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

Color convert

RGB1062340-
CMYK00.780.620.58
HSL347.71º64.34%25.29%-
HSV(B)347.71º78.3%41.57%-
XYZ6.633.832.4-
YUV49.76122.5168.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 62.72%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=62.72%
G=13.61%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106234000.780.620.58347.7164.3425.29
Hex6A172804E3E3A15c4019
Octal15227500116767253410031
Binary11010101011110100001001110111110111010101011100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,23,40); }

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

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

 a { background-color: rgb(106,23,40); }

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

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

 span { border-color: rgb(106,23,40); }

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