#680726

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

Shades of Pohutukawa #680726

Tints of Pohutukawa #680726

Color information

#680726 (or 0x680726) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 26. RGB value is (104,7,38). Sum of RGB (Red+Green+Blue) = 104+7+38=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #680726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680726 is #97F8D9. Grayscale: #272727. Windows color (decimal): -9959642 or 2492264. OLE color: 2492264.

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

Color convert

RGB104738-
CMYK00.930.630.59
HSL340.82º87.39%21.76%-
HSV(B)340.82º93.27%40.78%-
XYZ6.133.232.13-
YUV39.54127.14173.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=69.80%
G=4.70%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10473800.930.630.59340.8287.3921.76
Hex6872605D3F3B1555716
Octal1507460135777352512726
Binary110100011110011001011101111111111011101010101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680726; }

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

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

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

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

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

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

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

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