#661C24

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

Shades of Pohutukawa #661C24

Tints of Pohutukawa #661C24

Color information

#661C24 (or 0x661C24) is unknown color: approx Pohutukawa. HEX triplet: 66, 1C and 24. RGB value is (102,28,36). Sum of RGB (Red+Green+Blue) = 102+28+36=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #661C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C24 is #99E3DB. Grayscale: #333333. Windows color (decimal): -10085340 or 2366566. OLE color: 2366566.

HSL color Cylindrical-coordinate representation of color #661C24: hue angle of 353.51º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C24 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB1022836-
CMYK00.730.650.6
HSL353.51º56.92%25.49%-
HSV(B)353.51º72.55%40%-
XYZ6.213.782.07-
YUV51.04119.52164.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=61.45%
G=16.87%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102283600.730.650.6353.5156.9225.49
Hex661C24049413C1623919
Octal14634440111101745427131
Binary11001101110010010001001001100000111110010110001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661C24; }

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

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

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

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

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

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

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

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