#66181E

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

Shades of Pohutukawa #66181E

Tints of Pohutukawa #66181E

Color information

#66181E (or 0x66181E) is unknown color: approx Pohutukawa. HEX triplet: 66, 18 and 1E. RGB value is (102,24,30). Sum of RGB (Red+Green+Blue) = 102+24+30=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #66181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66181E is #99E7E1. Grayscale: #303030. Windows color (decimal): -10086370 or 1972326. OLE color: 1972326.

HSL color Cylindrical-coordinate representation of color #66181E: hue angle of 355.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66181E is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB1022430-
CMYK00.760.710.6
HSL355.38º61.9%24.71%-
HSV(B)355.38º76.47%40%-
XYZ6.043.571.6-
YUV48.01117.84166.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=65.38%
G=15.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102243000.760.710.6355.3861.924.71
Hex66181E04C473C1633e19
Octal14630360114107745437631
Binary1100110110001111001001100100011111110010110001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66181E; }

 p { color: rgb(102,24,30); }

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

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

 a { background-color: rgb(102,24,30); }

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

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

 span { border-color: rgb(102,24,30); }

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