#6B1020

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

Shades of Pohutukawa #6B1020

Tints of Pohutukawa #6B1020

Color information

#6B1020 (or 0x6B1020) is unknown color: approx Pohutukawa. HEX triplet: 6B, 10 and 20. RGB value is (107,16,32). Sum of RGB (Red+Green+Blue) = 107+16+32=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1020 is #94EFDF. Grayscale: #2D2D2D. Windows color (decimal): -9760736 or 2101355. OLE color: 2101355.

HSL color Cylindrical-coordinate representation of color #6B1020: hue angle of 349.45º 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 #6B1020 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB1071632-
CMYK00.850.700.58
HSL349.45º73.98%24.12%-
HSV(B)349.45º85.05%41.96%-
XYZ6.513.61.72-
YUV45.03120.65172.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.03%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=69.03%
G=10.32%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107163200.850.700.58349.4573.9824.12
Hex6B1020055463A15d4a18
Octal153204001251067253511230
Binary110101110000100000010101011000110111010101011101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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