#660924

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

Shades of Pohutukawa #660924

Tints of Pohutukawa #660924

Color information

#660924 (or 0x660924) is unknown color: approx Pohutukawa. HEX triplet: 66, 09 and 24. RGB value is (102,9,36). Sum of RGB (Red+Green+Blue) = 102+9+36=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #660924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660924 is #99F6DB. Grayscale: #272727. Windows color (decimal): -10090204 or 2361702. OLE color: 2361702.

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

Color convert

RGB102936-
CMYK00.910.650.6
HSL342.58º83.78%21.76%-
HSV(B)342.58º91.18%40%-
XYZ5.93.151.97-
YUV39.88125.81172.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.39%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=69.39%
G=6.12%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10293600.910.650.6342.5883.7821.76
Hex6692405B413C1575416
Octal146114401331017452712426
Binary11001101001100100010110111000001111100101010111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660924; }

 p { color: rgb(102,9,36); }

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

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

 a { background-color: rgb(102,9,36); }

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

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

 span { border-color: rgb(102,9,36); }

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