#6B0C0D

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

Shades of Pohutukawa #6B0C0D

Tints of Pohutukawa #6B0C0D

Color information

#6B0C0D (or 0x6B0C0D) is unknown color: approx Pohutukawa. HEX triplet: 6B, 0C and 0D. RGB value is (107,12,13). Sum of RGB (Red+Green+Blue) = 107+12+13=132 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.06% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0C0D is #94F3F2. Grayscale: #282828. Windows color (decimal): -9761779 or 855147. OLE color: 855147.

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

Color convert

RGB1071213-
CMYK00.890.880.58
HSL359.37º79.83%23.33%-
HSV(B)359.37º88.79%41.96%-
XYZ6.273.420.71-
YUV40.52112.47175.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 81.06%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 13 (5.47% from 255) = 9.85%
R=81.06%
G=9.09%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107121300.890.880.58359.3779.8323.33
Hex6BCD059583A1675017
Octal153141501311307254712027
Binary110101111001101010110011011000111010101100111101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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