#661718

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

Shades of Pohutukawa #661718

Tints of Pohutukawa #661718

Color information

#661718 (or 0x661718) is unknown color: approx Pohutukawa. HEX triplet: 66, 17 and 18. RGB value is (102,23,24). Sum of RGB (Red+Green+Blue) = 102+23+24=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #661718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661718 is #99E8E7. Grayscale: #2E2E2E. Windows color (decimal): -10086632 or 1578854. OLE color: 1578854.

HSL color Cylindrical-coordinate representation of color #661718: hue angle of 359.24º 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 #661718 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1022324-
CMYK00.770.760.6
HSL359.24º63.2%24.51%-
HSV(B)359.24º77.45%40%-
XYZ5.953.51.23-
YUV46.73115.17167.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=68.46%
G=15.44%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102232400.770.760.6359.2463.224.51
Hex66171804D4C3C1673f19
Octal14627300115114745477731
Binary1100110101111100001001101100110011110010110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661718; }

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

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

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

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

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

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

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

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