#661012

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

Shades of Pohutukawa #661012

Tints of Pohutukawa #661012

Color information

#661012 (or 0x661012) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 12. RGB value is (102,16,18). Sum of RGB (Red+Green+Blue) = 102+16+18=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #661012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661012 is #99EFED. Grayscale: #2A2A2A. Windows color (decimal): -10088430 or 1183846. OLE color: 1183846.

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

Color convert

RGB1021618-
CMYK00.840.820.6
HSL358.6º72.88%23.14%-
HSV(B)358.6º84.31%40%-
XYZ5.773.240.89-
YUV41.94114.49170.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=75%
G=11.76%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102161800.840.820.6358.672.8823.14
Hex661012054523C1674917
Octal146202201241227454711127
Binary11001101000010010010101001010010111100101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661012; }

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

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

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

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

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

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

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

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