#66191A

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

Shades of Pohutukawa #66191A

Tints of Pohutukawa #66191A

Color information

#66191A (or 0x66191A) is unknown color: approx Pohutukawa. HEX triplet: 66, 19 and 1A. RGB value is (102,25,26). Sum of RGB (Red+Green+Blue) = 102+25+26=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #66191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66191A is #99E6E5. Grayscale: #303030. Windows color (decimal): -10086118 or 1710438. OLE color: 1710438.

HSL color Cylindrical-coordinate representation of color #66191A: hue angle of 359.22º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66191A is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1022526-
CMYK00.750.750.6
HSL359.22º60.63%24.9%-
HSV(B)359.22º75.49%40%-
XYZ6.013.591.35-
YUV48.14115.51166.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.67%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=66.67%
G=16.34%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102252600.750.750.6359.2260.6324.9
Hex66191A04B4B3C1673d19
Octal14631320113113745477531
Binary1100110110011101001001011100101111110010110011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66191A; }

 p { color: rgb(102,25,26); }

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

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

 a { background-color: rgb(102,25,26); }

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

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

 span { border-color: rgb(102,25,26); }

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