#6D0F10

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

Shades of Pohutukawa #6D0F10

Tints of Pohutukawa #6D0F10

Color information

#6D0F10 (or 0x6D0F10) is unknown color: approx Pohutukawa. HEX triplet: 6D, 0F and 10. RGB value is (109,15,16). Sum of RGB (Red+Green+Blue) = 109+15+16=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0F10 is #92F0EF. Grayscale: #2B2B2B. Windows color (decimal): -9629936 or 1052525. OLE color: 1052525.

HSL color Cylindrical-coordinate representation of color #6D0F10: hue angle of 359.36º 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 #6D0F10 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB1091516-
CMYK00.860.850.57
HSL359.36º75.81%24.31%-
HSV(B)359.36º86.24%42.75%-
XYZ6.573.630.84-
YUV43.22112.64174.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 77.86%
GREEN value IS 15 (6.25% from 255) = 10.71%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=77.86%
G=10.71%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109151600.860.850.57359.3675.8124.31
Hex6DF1005655391674c18
Octal155172001261257154711430
Binary1101101111110000010101101010101111001101100111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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