#6F0D22

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

Shades of Pohutukawa #6F0D22

Tints of Pohutukawa #6F0D22

Color information

#6F0D22 (or 0x6F0D22) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0D and 22. RGB value is (111,13,34). Sum of RGB (Red+Green+Blue) = 111+13+34=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D22 is #90F2DD. Grayscale: #2C2C2C. Windows color (decimal): -9499358 or 2231663. OLE color: 2231663.

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

Color convert

RGB1111334-
CMYK00.880.690.56
HSL347.14º79.03%24.31%-
HSV(B)347.14º88.29%43.53%-
XYZ6.993.781.88-
YUV44.7121.97175.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 70.25%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 34 (13.67% from 255) = 21.52%
R=70.25%
G=8.23%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111133400.880.690.56347.1479.0324.31
Hex6FD22058453815b4f18
Octal157154201301057053311730
Binary11011111101100010010110001000101111000101011011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,13,34); }

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

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

 a { background-color: rgb(111,13,34); }

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

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

 span { border-color: rgb(111,13,34); }

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