#66181A

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

Shades of Pohutukawa #66181A

Tints of Pohutukawa #66181A

Color information

#66181A (or 0x66181A) is unknown color: approx Pohutukawa. HEX triplet: 66, 18 and 1A. RGB value is (102,24,26). Sum of RGB (Red+Green+Blue) = 102+24+26=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66181A is #99E7E5. Grayscale: #2F2F2F. Windows color (decimal): -10086374 or 1710182. OLE color: 1710182.

HSL color Cylindrical-coordinate representation of color #66181A: hue angle of 358.46º 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 #66181A is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1022426-
CMYK00.760.750.6
HSL358.46º61.9%24.71%-
HSV(B)358.46º76.47%40%-
XYZ5.993.551.35-
YUV47.55115.84166.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=67.11%
G=15.79%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102242600.760.750.6358.4661.924.71
Hex66181A04C4B3C1663e19
Octal14630320114113745467631
Binary1100110110001101001001100100101111110010110011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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