#6B1022

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

Shades of Pohutukawa #6B1022

Tints of Pohutukawa #6B1022

Color information

#6B1022 (or 0x6B1022) is unknown color: approx Pohutukawa. HEX triplet: 6B, 10 and 22. RGB value is (107,16,34). Sum of RGB (Red+Green+Blue) = 107+16+34=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1022 is #94EFDD. Grayscale: #2D2D2D. Windows color (decimal): -9760734 or 2232427. OLE color: 2232427.

HSL color Cylindrical-coordinate representation of color #6B1022: hue angle of 348.13º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1022 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB1071634-
CMYK00.850.680.58
HSL348.13º73.98%24.12%-
HSV(B)348.13º85.05%41.96%-
XYZ6.543.611.87-
YUV45.26121.65172.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 68.15%
GREEN value IS 16 (6.64% from 255) = 10.19%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=68.15%
G=10.19%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107163400.850.680.58348.1373.9824.12
Hex6B1022055443A15c4a18
Octal153204201251047253411230
Binary110101110000100010010101011000100111010101011100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,16,34); }

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

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

 a { background-color: rgb(107,16,34); }

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

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

 span { border-color: rgb(107,16,34); }

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