#680611

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

Shades of Pohutukawa #680611

Tints of Pohutukawa #680611

Color information

#680611 (or 0x680611) is unknown color: approx Pohutukawa. HEX triplet: 68, 06 and 11. RGB value is (104,6,17). Sum of RGB (Red+Green+Blue) = 104+6+17=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #680611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680611 is #97F9EE. Grayscale: #242424. Windows color (decimal): -9959919 or 1115752. OLE color: 1115752.

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

Color convert

RGB104617-
CMYK00.940.840.59
HSL353.27º89.09%21.57%-
HSV(B)353.27º94.23%40.78%-
XYZ5.883.110.82-
YUV36.56116.97176.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.89%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=81.89%
G=4.72%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10461700.940.840.59353.2789.0921.57
Hex6861105E543B1615916
Octal15062101361247354113126
Binary110100011010001010111101010100111011101100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680611; }

 p { color: rgb(104,6,17); }

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

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

 a { background-color: rgb(104,6,17); }

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

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

 span { border-color: rgb(104,6,17); }

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