#661011

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

Shades of Pohutukawa #661011

Tints of Pohutukawa #661011

Color information

#661011 (or 0x661011) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 11. RGB value is (102,16,17). Sum of RGB (Red+Green+Blue) = 102+16+17=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #661011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661011 is #99EFEE. Grayscale: #292929. Windows color (decimal): -10088431 or 1118310. OLE color: 1118310.

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

Color convert

RGB1021617-
CMYK00.840.830.6
HSL359.3º72.88%23.14%-
HSV(B)359.3º84.31%40%-
XYZ5.773.240.85-
YUV41.83113.99170.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75.56%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=75.56%
G=11.85%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102161700.840.830.6359.372.8823.14
Hex661011054533C1674917
Octal146202101241237454711127
Binary11001101000010001010101001010011111100101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661011; }

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

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

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

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

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

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

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

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