#6D0F13

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

Shades of Pohutukawa #6D0F13

Tints of Pohutukawa #6D0F13

Color information

#6D0F13 (or 0x6D0F13) is unknown color: approx Pohutukawa. HEX triplet: 6D, 0F and 13. RGB value is (109,15,19). Sum of RGB (Red+Green+Blue) = 109+15+19=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0F13 is #92F0EC. Grayscale: #2B2B2B. Windows color (decimal): -9629933 or 1249133. OLE color: 1249133.

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

Color convert

RGB1091519-
CMYK00.860.830.57
HSL357.45º75.81%24.31%-
HSV(B)357.45º86.24%42.75%-
XYZ6.63.640.97-
YUV43.56114.14174.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 76.22%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=76.22%
G=10.49%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109151900.860.830.57357.4575.8124.31
Hex6DF1305653391654c18
Octal155172301261237154511430
Binary1101101111110011010101101010011111001101100101100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,15,19); }

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

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

 a { background-color: rgb(109,15,19); }

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

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

 span { border-color: rgb(109,15,19); }

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