#660517

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

Shades of Pohutukawa #660517

Tints of Pohutukawa #660517

Color information

#660517 (or 0x660517) is unknown color: approx Pohutukawa. HEX triplet: 66, 05 and 17. RGB value is (102,5,23). Sum of RGB (Red+Green+Blue) = 102+5+23=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #660517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660517 is #99FAE8. Grayscale: #242424. Windows color (decimal): -10091241 or 1508710. OLE color: 1508710.

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

Color convert

RGB102523-
CMYK00.950.770.6
HSL348.87º90.65%20.98%-
HSV(B)348.87º95.1%40%-
XYZ5.6931.09-
YUV36.06120.64175.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 78.46%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=78.46%
G=3.85%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10252300.950.770.6348.8790.6520.98
Hex6651705F4D3C15d5b15
Octal14652701371157453513325
Binary110011010110111010111111001101111100101011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660517; }

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

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

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

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

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

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

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

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