#6C151A

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

Shades of Pohutukawa #6C151A

Tints of Pohutukawa #6C151A

Color information

#6C151A (or 0x6C151A) is unknown color: approx Pohutukawa. HEX triplet: 6C, 15 and 1A. RGB value is (108,21,26). Sum of RGB (Red+Green+Blue) = 108+21+26=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C151A is #93EAE5. Grayscale: #2F2F2F. Windows color (decimal): -9693926 or 1709420. OLE color: 1709420.

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

Color convert

RGB1082126-
CMYK00.810.760.58
HSL356.55º67.44%25.29%-
HSV(B)356.55º80.56%42.35%-
XYZ6.643.81.36-
YUV47.58115.82171.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 69.68%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=69.68%
G=13.55%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108212600.810.760.58356.5567.4425.29
Hex6C151A0514C3A1654319
Octal154253201211147254510331
Binary11011001010111010010100011001100111010101100101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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