#6A0820

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

Shades of Pohutukawa #6A0820

Tints of Pohutukawa #6A0820

Color information

#6A0820 (or 0x6A0820) is unknown color: approx Pohutukawa. HEX triplet: 6A, 08 and 20. RGB value is (106,8,32). Sum of RGB (Red+Green+Blue) = 106+8+32=146 (19% of max value = 765). Red value is 106 (41.80% from 255 or 72.60% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0820 is #95F7DF. Grayscale: #282828. Windows color (decimal): -9828320 or 2099306. OLE color: 2099306.

HSL color Cylindrical-coordinate representation of color #6A0820: hue angle of 345.31º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0820 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB106832-
CMYK00.920.700.58
HSL345.31º85.96%22.35%-
HSV(B)345.31º92.45%41.57%-
XYZ6.293.341.68-
YUV40.04123.47175.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 72.60%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=72.60%
G=5.48%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10683200.920.700.58345.3185.9622.35
Hex6A82005C463A1595616
Octal152104001341067253112626
Binary11010101000100000010111001000110111010101011001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,8,32); }

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

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

 a { background-color: rgb(106,8,32); }

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

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

 span { border-color: rgb(106,8,32); }

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