#6C111D

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

Shades of Pohutukawa #6C111D

Tints of Pohutukawa #6C111D

Color information

#6C111D (or 0x6C111D) is unknown color: approx Pohutukawa. HEX triplet: 6C, 11 and 1D. RGB value is (108,17,29). Sum of RGB (Red+Green+Blue) = 108+17+29=154 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.13% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 108 - color contains mainly: red. Hex color #6C111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C111D is #93EEE2. Grayscale: #2D2D2D. Windows color (decimal): -9694947 or 1905004. OLE color: 1905004.

HSL color Cylindrical-coordinate representation of color #6C111D: hue angle of 352.09º 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 #6C111D is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1081729-
CMYK00.840.730.58
HSL352.09º72.8%24.51%-
HSV(B)352.09º84.26%42.35%-
XYZ6.613.681.52-
YUV45.58118.65172.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 70.13%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=70.13%
G=11.04%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108172900.840.730.58352.0972.824.51
Hex6C111D054493A1604919
Octal154213501241117254011131
Binary11011001000111101010101001001001111010101100000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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