#6C111C

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

Shades of Pohutukawa #6C111C

Tints of Pohutukawa #6C111C

Color information

#6C111C (or 0x6C111C) is unknown color: approx Pohutukawa. HEX triplet: 6C, 11 and 1C. RGB value is (108,17,28). Sum of RGB (Red+Green+Blue) = 108+17+28=153 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.59% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 108 - color contains mainly: red. Hex color #6C111C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C111C is #93EEE3. Grayscale: #2D2D2D. Windows color (decimal): -9694948 or 1839468. OLE color: 1839468.

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

Color convert

RGB1081728-
CMYK00.840.740.58
HSL352.75º72.8%24.51%-
HSV(B)352.75º84.26%42.35%-
XYZ6.593.671.46-
YUV45.46118.15172.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 70.59%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=70.59%
G=11.11%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108172800.840.740.58352.7572.824.51
Hex6C111C0544A3A1614919
Octal154213401241127254111131
Binary11011001000111100010101001001010111010101100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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