#660824

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

Shades of Pohutukawa #660824

Tints of Pohutukawa #660824

Color information

#660824 (or 0x660824) is unknown color: approx Pohutukawa. HEX triplet: 66, 08 and 24. RGB value is (102,8,36). Sum of RGB (Red+Green+Blue) = 102+8+36=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #660824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660824 is #99F7DB. Grayscale: #272727. Windows color (decimal): -10090460 or 2361446. OLE color: 2361446.

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

Color convert

RGB102836-
CMYK00.920.650.6
HSL342.13º85.45%21.57%-
HSV(B)342.13º92.16%40%-
XYZ5.883.131.96-
YUV39.3126.14172.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.86%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=69.86%
G=5.48%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10283600.920.650.6342.1385.4521.57
Hex6682405C413C1565516
Octal146104401341017452612526
Binary11001101000100100010111001000001111100101010110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660824; }

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

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

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

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

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

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

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

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