#6D101A

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

Shades of Pohutukawa #6D101A

Tints of Pohutukawa #6D101A

Color information

#6D101A (or 0x6D101A) is unknown color: approx Pohutukawa. HEX triplet: 6D, 10 and 1A. RGB value is (109,16,26). Sum of RGB (Red+Green+Blue) = 109+16+26=151 (20% of max value = 765). Red value is 109 (42.97% from 255 or 72.19% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 109 - color contains mainly: red. Hex color #6D101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D101A is #92EFE5. Grayscale: #2C2C2C. Windows color (decimal): -9629670 or 1708141. OLE color: 1708141.

HSL color Cylindrical-coordinate representation of color #6D101A: hue angle of 353.55º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D101A is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB1091626-
CMYK00.850.760.57
HSL353.55º74.4%24.51%-
HSV(B)353.55º85.32%42.75%-
XYZ6.683.71.34-
YUV44.95117.31173.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 72.19%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=72.19%
G=10.60%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109162600.850.760.57353.5574.424.51
Hex6D101A0554C391624a19
Octal155203201251147154211231
Binary11011011000011010010101011001100111001101100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,26); }

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

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

 a { background-color: rgb(109,16,26); }

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

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

 span { border-color: rgb(109,16,26); }

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