#680720

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

Shades of Pohutukawa #680720

Tints of Pohutukawa #680720

Color information

#680720 (or 0x680720) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 20. RGB value is (104,7,32). Sum of RGB (Red+Green+Blue) = 104+7+32=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680720 is #97F8DF. Grayscale: #262626. Windows color (decimal): -9959648 or 2099048. OLE color: 2099048.

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

Color convert

RGB104732-
CMYK00.930.690.59
HSL344.54º87.39%21.76%-
HSV(B)344.54º93.27%40.78%-
XYZ6.053.21.67-
YUV38.85124.14174.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.73%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=72.73%
G=4.90%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10473200.930.690.59344.5487.3921.76
Hex6872005D453B1595716
Octal15074001351057353112726
Binary1101000111100000010111011000101111011101011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680720; }

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

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

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

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

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

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

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

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