#6B1620

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

Shades of Pohutukawa #6B1620

Tints of Pohutukawa #6B1620

Color information

#6B1620 (or 0x6B1620) is unknown color: approx Pohutukawa. HEX triplet: 6B, 16 and 20. RGB value is (107,22,32). Sum of RGB (Red+Green+Blue) = 107+22+32=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1620 is #94E9DF. Grayscale: #303030. Windows color (decimal): -9759200 or 2102891. OLE color: 2102891.

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

Color convert

RGB1072232-
CMYK00.790.700.58
HSL352.94º65.89%25.29%-
HSV(B)352.94º79.44%41.96%-
XYZ6.613.81.75-
YUV48.56118.66169.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 66.46%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=66.46%
G=13.66%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107223200.790.700.58352.9465.8925.29
Hex6B162004F463A1614219
Octal153264001171067254110231
Binary110101110110100000010011111000110111010101100001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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