#6C0A1A

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

Shades of Pohutukawa #6C0A1A

Tints of Pohutukawa #6C0A1A

Color information

#6C0A1A (or 0x6C0A1A) is unknown color: approx Pohutukawa. HEX triplet: 6C, 0A and 1A. RGB value is (108,10,26). Sum of RGB (Red+Green+Blue) = 108+10+26=144 (19% of max value = 765). Red value is 108 (42.58% from 255 or 75% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0A1A is #93F5E5. Grayscale: #292929. Windows color (decimal): -9696742 or 1706604. OLE color: 1706604.

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

Color convert

RGB1081026-
CMYK00.910.760.58
HSL350.2º83.05%23.14%-
HSV(B)350.2º90.74%42.35%-
XYZ6.483.481.31-
YUV41.13119.47175.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 75%
GREEN value IS 10 (4.30% from 255) = 6.94%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=75%
G=6.94%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108102600.910.760.58350.283.0523.14
Hex6CA1A05B4C3A15e5317
Octal154123201331147253612327
Binary1101100101011010010110111001100111010101011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,10,26); }

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

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

 a { background-color: rgb(108,10,26); }

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

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

 span { border-color: rgb(108,10,26); }

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