#6C151C

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

Shades of Pohutukawa #6C151C

Tints of Pohutukawa #6C151C

Color information

#6C151C (or 0x6C151C) is unknown color: approx Pohutukawa. HEX triplet: 6C, 15 and 1C. RGB value is (108,21,28). Sum of RGB (Red+Green+Blue) = 108+21+28=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C151C is #93EAE3. Grayscale: #2F2F2F. Windows color (decimal): -9693924 or 1840492. OLE color: 1840492.

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

Color convert

RGB1082128-
CMYK00.810.740.58
HSL355.17º67.44%25.29%-
HSV(B)355.17º80.56%42.35%-
XYZ6.663.811.48-
YUV47.81116.82170.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 68.79%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=68.79%
G=13.38%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108212800.810.740.58355.1767.4425.29
Hex6C151C0514A3A1634319
Octal154253401211127254310331
Binary11011001010111100010100011001010111010101100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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