#6A1E21

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

Shades of Pohutukawa #6A1E21

Tints of Pohutukawa #6A1E21

Color information

#6A1E21 (or 0x6A1E21) is unknown color: approx Pohutukawa. HEX triplet: 6A, 1E and 21. RGB value is (106,30,33). Sum of RGB (Red+Green+Blue) = 106+30+33=169 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.72% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1E21 is #95E1DE. Grayscale: #353535. Windows color (decimal): -9822687 or 2170474. OLE color: 2170474.

HSL color Cylindrical-coordinate representation of color #6A1E21: hue angle of 357.63º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A1E21 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1063033-
CMYK00.720.690.58
HSL357.63º55.88%26.67%-
HSV(B)357.63º71.7%41.57%-
XYZ6.684.11.88-
YUV53.07116.68165.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 62.72%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 33 (13.28% from 255) = 19.53%
R=62.72%
G=17.75%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106303300.720.690.58357.6355.8826.67
Hex6A1E21048453A166381b
Octal15236410110105725467033
Binary11010101111010000101001000100010111101010110011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,30,33); }

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

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

 a { background-color: rgb(106,30,33); }

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

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

 span { border-color: rgb(106,30,33); }

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