#681217

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

Shades of Pohutukawa #681217

Tints of Pohutukawa #681217

Color information

#681217 (or 0x681217) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 17. RGB value is (104,18,23). Sum of RGB (Red+Green+Blue) = 104+18+23=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #681217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681217 is #97EDE8. Grayscale: #2C2C2C. Windows color (decimal): -9956841 or 1512040. OLE color: 1512040.

HSL color Cylindrical-coordinate representation of color #681217: hue angle of 356.51º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681217 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB1041823-
CMYK00.830.780.59
HSL356.51º70.49%23.92%-
HSV(B)356.51º82.69%40.78%-
XYZ6.083.441.15-
YUV44.28115.99170.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.72%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 23 (9.38% from 255) = 15.86%
R=71.72%
G=12.41%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104182300.830.780.59356.5170.4923.92
Hex6812170534E3B1654618
Octal150222701231167354510630
Binary11010001001010111010100111001110111011101100101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681217; }

 p { color: rgb(104,18,23); }

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

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

 a { background-color: rgb(104,18,23); }

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

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

 span { border-color: rgb(104,18,23); }

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