#6C111A

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

Shades of Pohutukawa #6C111A

Tints of Pohutukawa #6C111A

Color information

#6C111A (or 0x6C111A) is unknown color: approx Pohutukawa. HEX triplet: 6C, 11 and 1A. RGB value is (108,17,26). Sum of RGB (Red+Green+Blue) = 108+17+26=151 (20% of max value = 765). Red value is 108 (42.58% from 255 or 71.52% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 108 - color contains mainly: red. Hex color #6C111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C111A is #93EEE5. Grayscale: #2D2D2D. Windows color (decimal): -9694950 or 1708396. OLE color: 1708396.

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

Color convert

RGB1081726-
CMYK00.840.760.58
HSL354.07º72.8%24.51%-
HSV(B)354.07º84.26%42.35%-
XYZ6.573.661.34-
YUV45.24117.15172.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 71.52%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=71.52%
G=11.26%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108172600.840.760.58354.0772.824.51
Hex6C111A0544C3A1624919
Octal154213201241147254211131
Binary11011001000111010010101001001100111010101100010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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