#680617

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

Shades of Pohutukawa #680617

Tints of Pohutukawa #680617

Color information

#680617 (or 0x680617) is unknown color: approx Pohutukawa. HEX triplet: 68, 06 and 17. RGB value is (104,6,23). Sum of RGB (Red+Green+Blue) = 104+6+23=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680617 is #97F9E8. Grayscale: #252525. Windows color (decimal): -9959913 or 1508968. OLE color: 1508968.

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

Color convert

RGB104623-
CMYK00.940.780.59
HSL349.59º89.09%21.57%-
HSV(B)349.59º94.23%40.78%-
XYZ5.933.141.1-
YUV37.24119.97175.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.20%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=78.20%
G=4.51%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10462300.940.780.59349.5989.0921.57
Hex6861705E4E3B15e5916
Octal15062701361167353613126
Binary110100011010111010111101001110111011101011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680617; }

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

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

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

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

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

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

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

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