#6F0C0D

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

Shades of Pohutukawa #6F0C0D

Tints of Pohutukawa #6F0C0D

Color information

#6F0C0D (or 0x6F0C0D) is unknown color: approx Pohutukawa. HEX triplet: 6F, 0C and 0D. RGB value is (111,12,13). Sum of RGB (Red+Green+Blue) = 111+12+13=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0C0D is #90F3F2. Grayscale: #292929. Windows color (decimal): -9499635 or 855151. OLE color: 855151.

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

Color convert

RGB1111213-
CMYK00.890.880.56
HSL359.39º80.49%24.12%-
HSV(B)359.39º89.19%43.53%-
XYZ6.763.670.73-
YUV41.72111.8177.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 81.62%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=81.62%
G=8.82%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111121300.890.880.56359.3980.4924.12
Hex6FCD05958381675018
Octal157141501311307054712030
Binary110111111001101010110011011000111000101100111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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