#661A20

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

Shades of Pohutukawa #661A20

Tints of Pohutukawa #661A20

Color information

#661A20 (or 0x661A20) is unknown color: approx Pohutukawa. HEX triplet: 66, 1A and 20. RGB value is (102,26,32). Sum of RGB (Red+Green+Blue) = 102+26+32=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #661A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A20 is #99E5DF. Grayscale: #313131. Windows color (decimal): -10085856 or 2103910. OLE color: 2103910.

HSL color Cylindrical-coordinate representation of color #661A20: hue angle of 355.26º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A20 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1022632-
CMYK00.750.690.6
HSL355.26º59.38%25.1%-
HSV(B)355.26º74.51%40%-
XYZ6.113.671.75-
YUV49.41118.18165.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.75%
GREEN value IS 26 (10.55% from 255) = 16.25%
BLUE value IS 32 (12.89% from 255) = 20%
R=63.75%
G=16.25%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102263200.750.690.6355.2659.3825.1
Hex661A2004B453C1633b19
Octal14632400113105745437331
Binary11001101101010000001001011100010111110010110001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A20; }

 p { color: rgb(102,26,32); }

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

<style>
 a { background-color: #661A20; }

 a { background-color: rgb(102,26,32); }

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

<style>
 span { border-color: #661A20; }

 span { border-color: rgb(102,26,32); }

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