#6C1229

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

Shades of Pohutukawa #6C1229

Tints of Pohutukawa #6C1229

Color information

#6C1229 (or 0x6C1229) is unknown color: approx Pohutukawa. HEX triplet: 6C, 12 and 29. RGB value is (108,18,41). Sum of RGB (Red+Green+Blue) = 108+18+41=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1229 is #93EDD6. Grayscale: #2F2F2F. Windows color (decimal): -9694679 or 2691692. OLE color: 2691692.

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

Color convert

RGB1081841-
CMYK00.830.620.58
HSL344.67º71.43%24.71%-
HSV(B)344.67º83.33%42.35%-
XYZ6.83.782.47-
YUV47.53124.32171.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 64.67%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=64.67%
G=10.78%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108184100.830.620.58344.6771.4324.71
Hex6C12290533E3A1594719
Octal15422510123767253110731
Binary11011001001010100101010011111110111010101011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,18,41); }

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

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

 a { background-color: rgb(108,18,41); }

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

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

 span { border-color: rgb(108,18,41); }

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