#6F1017

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

Shades of Pohutukawa #6F1017

Tints of Pohutukawa #6F1017

Color information

#6F1017 (or 0x6F1017) is unknown color: approx Pohutukawa. HEX triplet: 6F, 10 and 17. RGB value is (111,16,23). Sum of RGB (Red+Green+Blue) = 111+16+23=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1017 is #90EFE8. Grayscale: #2D2D2D. Windows color (decimal): -9498601 or 1511535. OLE color: 1511535.

HSL color Cylindrical-coordinate representation of color #6F1017: hue angle of 355.58º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1017 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1111623-
CMYK00.860.790.56
HSL355.58º74.8%24.9%-
HSV(B)355.58º85.59%43.53%-
XYZ6.93.811.18-
YUV45.2115.47174.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 23 (9.38% from 255) = 15.33%
R=74%
G=10.67%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111162300.860.790.56355.5874.824.9
Hex6F10170564F381644b19
Octal157202701261177054411331
Binary11011111000010111010101101001111111000101100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,16,23); }

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

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

 a { background-color: rgb(111,16,23); }

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

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

 span { border-color: rgb(111,16,23); }

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