#661017

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

Shades of Pohutukawa #661017

Tints of Pohutukawa #661017

Color information

#661017 (or 0x661017) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 17. RGB value is (102,16,23). Sum of RGB (Red+Green+Blue) = 102+16+23=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661017 is #99EFE8. Grayscale: #2A2A2A. Windows color (decimal): -10088425 or 1511526. OLE color: 1511526.

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

Color convert

RGB1021623-
CMYK00.840.770.6
HSL355.12º72.88%23.14%-
HSV(B)355.12º84.31%40%-
XYZ5.823.261.13-
YUV42.51116.99170.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.34%
GREEN value IS 16 (6.64% from 255) = 11.35%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=72.34%
G=11.35%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102162300.840.770.6355.1272.8823.14
Hex6610170544D3C1634917
Octal146202701241157454311127
Binary11001101000010111010101001001101111100101100011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661017; }

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

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

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

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

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

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

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

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