#6B121A

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

Shades of Pohutukawa #6B121A

Tints of Pohutukawa #6B121A

Color information

#6B121A (or 0x6B121A) is unknown color: approx Pohutukawa. HEX triplet: 6B, 12 and 1A. RGB value is (107,18,26). Sum of RGB (Red+Green+Blue) = 107+18+26=151 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.86% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 107 - color contains mainly: red. Hex color #6B121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B121A is #94EDE5. Grayscale: #2D2D2D. Windows color (decimal): -9760230 or 1708651. OLE color: 1708651.

HSL color Cylindrical-coordinate representation of color #6B121A: hue angle of 354.61º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B121A is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB1071826-
CMYK00.830.760.58
HSL354.61º71.2%24.51%-
HSV(B)354.61º83.18%41.96%-
XYZ6.473.631.34-
YUV45.52116.99171.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 70.86%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 26 (10.55% from 255) = 17.22%
R=70.86%
G=11.92%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107182600.830.760.58354.6171.224.51
Hex6B121A0534C3A1634719
Octal153223201231147254310731
Binary11010111001011010010100111001100111010101100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,18,26); }

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

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

 a { background-color: rgb(107,18,26); }

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

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

 span { border-color: rgb(107,18,26); }

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