#6B0915

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

Shades of Pohutukawa #6B0915

Tints of Pohutukawa #6B0915

Color information

#6B0915 (or 0x6B0915) is unknown color: approx Pohutukawa. HEX triplet: 6B, 09 and 15. RGB value is (107,9,21). Sum of RGB (Red+Green+Blue) = 107+9+21=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0915 is #94F6EA. Grayscale: #272727. Windows color (decimal): -9762539 or 1378667. OLE color: 1378667.

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

Color convert

RGB107921-
CMYK00.920.800.58
HSL352.65º84.48%22.75%-
HSV(B)352.65º91.59%41.96%-
XYZ6.33.381.03-
YUV39.67117.47176.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 78.10%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 21 (8.59% from 255) = 15.33%
R=78.10%
G=6.57%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10792100.920.800.58352.6584.4822.75
Hex6B91505C503A1615417
Octal153112501341207254112427
Binary1101011100110101010111001010000111010101100001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,9,21); }

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

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

 a { background-color: rgb(107,9,21); }

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

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

 span { border-color: rgb(107,9,21); }

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