#661926

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

Shades of Pohutukawa #661926

Tints of Pohutukawa #661926

Color information

#661926 (or 0x661926) is unknown color: approx Pohutukawa. HEX triplet: 66, 19 and 26. RGB value is (102,25,38). Sum of RGB (Red+Green+Blue) = 102+25+38=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #661926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661926 is #99E6D9. Grayscale: #313131. Windows color (decimal): -10086106 or 2496870. OLE color: 2496870.

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

Color convert

RGB1022538-
CMYK00.750.630.6
HSL349.87º60.63%24.9%-
HSV(B)349.87º75.49%40%-
XYZ6.183.662.21-
YUV49.5121.51165.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=61.82%
G=15.15%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102253800.750.630.6349.8760.6324.9
Hex66192604B3F3C15e3d19
Octal1463146011377745367531
Binary1100110110011001100100101111111111110010101111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661926; }

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

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

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

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

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

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

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

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