#661720

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

Shades of Pohutukawa #661720

Tints of Pohutukawa #661720

Color information

#661720 (or 0x661720) is unknown color: approx Pohutukawa. HEX triplet: 66, 17 and 20. RGB value is (102,23,32). Sum of RGB (Red+Green+Blue) = 102+23+32=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661720 is #99E8DF. Grayscale: #2F2F2F. Windows color (decimal): -10086624 or 2103142. OLE color: 2103142.

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

Color convert

RGB1022332-
CMYK00.770.690.6
HSL353.16º63.2%24.51%-
HSV(B)353.16º77.45%40%-
XYZ6.053.541.73-
YUV47.65119.17166.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=64.97%
G=14.65%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102233200.770.690.6353.1663.224.51
Hex66172004D453C1613f19
Octal14627400115105745417731
Binary11001101011110000001001101100010111110010110000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661720; }

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

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

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

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

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

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

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

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