#660A12

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

Shades of Pohutukawa #660A12

Tints of Pohutukawa #660A12

Color information

#660A12 (or 0x660A12) is unknown color: approx Pohutukawa. HEX triplet: 66, 0A and 12. RGB value is (102,10,18). Sum of RGB (Red+Green+Blue) = 102+10+18=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #660A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A12 is #99F5ED. Grayscale: #262626. Windows color (decimal): -10089966 or 1182310. OLE color: 1182310.

HSL color Cylindrical-coordinate representation of color #660A12: hue angle of 354.78º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A12 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1021018-
CMYK00.900.820.6
HSL354.78º82.14%21.96%-
HSV(B)354.78º90.2%40%-
XYZ5.73.090.87-
YUV38.42116.48173.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 78.46%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 18 (7.42% from 255) = 13.85%
R=78.46%
G=7.69%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102101800.900.820.6354.7882.1421.96
Hex66A1205A523C1635216
Octal146122201321227454312226
Binary1100110101010010010110101010010111100101100011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660A12; }

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

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

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

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

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

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

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

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