#680718

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

Shades of Pohutukawa #680718

Tints of Pohutukawa #680718

Color information

#680718 (or 0x680718) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 18. RGB value is (104,7,24). Sum of RGB (Red+Green+Blue) = 104+7+24=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #680718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680718 is #97F8E7. Grayscale: #252525. Windows color (decimal): -9959656 or 1574760. OLE color: 1574760.

HSL color Cylindrical-coordinate representation of color #680718: hue angle of 349.48º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680718 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB104724-
CMYK00.930.770.59
HSL349.48º87.39%21.76%-
HSV(B)349.48º93.27%40.78%-
XYZ5.953.161.16-
YUV37.94120.14175.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=77.04%
G=5.19%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10472400.930.770.59349.4887.3921.76
Hex6871805D4D3B15d5716
Octal15073001351157353512726
Binary110100011111000010111011001101111011101011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680718; }

 p { color: rgb(104,7,24); }

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

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

 a { background-color: rgb(104,7,24); }

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

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

 span { border-color: rgb(104,7,24); }

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