#6C1120

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

Shades of Pohutukawa #6C1120

Tints of Pohutukawa #6C1120

Color information

#6C1120 (or 0x6C1120) is unknown color: approx Pohutukawa. HEX triplet: 6C, 11 and 20. RGB value is (108,17,32). Sum of RGB (Red+Green+Blue) = 108+17+32=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1120 is #93EEDF. Grayscale: #2D2D2D. Windows color (decimal): -9694944 or 2101612. OLE color: 2101612.

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

Color convert

RGB1081732-
CMYK00.840.700.58
HSL350.11º72.8%24.51%-
HSV(B)350.11º84.26%42.35%-
XYZ6.653.691.73-
YUV45.92120.15172.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.79%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=68.79%
G=10.83%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108173200.840.700.58350.1172.824.51
Hex6C1120054463A15e4919
Octal154214001241067253611131
Binary110110010001100000010101001000110111010101011110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,17,32); }

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

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

 a { background-color: rgb(108,17,32); }

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

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

 span { border-color: rgb(108,17,32); }

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