#6A0C15

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

Shades of Pohutukawa #6A0C15

Tints of Pohutukawa #6A0C15

Color information

#6A0C15 (or 0x6A0C15) is unknown color: approx Pohutukawa. HEX triplet: 6A, 0C and 15. RGB value is (106,12,21). Sum of RGB (Red+Green+Blue) = 106+12+21=139 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.26% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0C15 is #95F3EA. Grayscale: #292929. Windows color (decimal): -9827307 or 1379434. OLE color: 1379434.

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

Color convert

RGB1061221-
CMYK00.890.800.58
HSL354.26º79.66%23.14%-
HSV(B)354.26º88.68%41.57%-
XYZ6.213.381.03-
YUV41.13116.64174.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 76.26%
GREEN value IS 12 (5.08% from 255) = 8.63%
BLUE value IS 21 (8.59% from 255) = 15.11%
R=76.26%
G=8.63%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106122100.890.800.58354.2679.6623.14
Hex6AC15059503A1625017
Octal152142501311207254212027
Binary1101010110010101010110011010000111010101100010101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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