#680711

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

Shades of Pohutukawa #680711

Tints of Pohutukawa #680711

Color information

#680711 (or 0x680711) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 11. RGB value is (104,7,17). Sum of RGB (Red+Green+Blue) = 104+7+17=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #680711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680711 is #97F8EE. Grayscale: #252525. Windows color (decimal): -9959663 or 1116008. OLE color: 1116008.

HSL color Cylindrical-coordinate representation of color #680711: hue angle of 353.81º 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 #680711 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB104717-
CMYK00.930.840.59
HSL353.81º87.39%21.76%-
HSV(B)353.81º93.27%40.78%-
XYZ5.893.140.83-
YUV37.14116.64175.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.25%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=81.25%
G=5.47%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10471700.930.840.59353.8187.3921.76
Hex6871105D543B1625716
Octal15072101351247354212726
Binary110100011110001010111011010100111011101100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680711; }

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

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

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

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

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

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

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

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