#680614

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

Shades of Pohutukawa #680614

Tints of Pohutukawa #680614

Color information

#680614 (or 0x680614) is unknown color: approx Pohutukawa. HEX triplet: 68, 06 and 14. RGB value is (104,6,20). Sum of RGB (Red+Green+Blue) = 104+6+20=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680614 is #97F9EB. Grayscale: #242424. Windows color (decimal): -9959916 or 1312360. OLE color: 1312360.

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

Color convert

RGB104620-
CMYK00.940.810.59
HSL351.43º89.09%21.57%-
HSV(B)351.43º94.23%40.78%-
XYZ5.93.120.95-
YUV36.9118.47175.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=80%
G=4.62%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10462000.940.810.59351.4389.0921.57
Hex6861405E513B15f5916
Octal15062401361217353713126
Binary110100011010100010111101010001111011101011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680614; }

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

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

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

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

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

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

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

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