#661C26

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

Shades of Pohutukawa #661C26

Tints of Pohutukawa #661C26

Color information

#661C26 (or 0x661C26) is unknown color: approx Pohutukawa. HEX triplet: 66, 1C and 26. RGB value is (102,28,38). Sum of RGB (Red+Green+Blue) = 102+28+38=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #661C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C26 is #99E3D9. Grayscale: #333333. Windows color (decimal): -10085338 or 2497638. OLE color: 2497638.

HSL color Cylindrical-coordinate representation of color #661C26: hue angle of 351.89º 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 #661C26 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1022838-
CMYK00.730.630.6
HSL351.89º56.92%25.49%-
HSV(B)351.89º72.55%40%-
XYZ6.243.82.24-
YUV51.27120.52164.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=60.71%
G=16.67%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102283800.730.630.6351.8956.9225.49
Hex661C260493F3C1603919
Octal1463446011177745407131
Binary1100110111001001100100100111111111110010110000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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