#680724

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

Shades of Pohutukawa #680724

Tints of Pohutukawa #680724

Color information

#680724 (or 0x680724) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 24. RGB value is (104,7,36). Sum of RGB (Red+Green+Blue) = 104+7+36=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680724 is #97F8DB. Grayscale: #272727. Windows color (decimal): -9959644 or 2361192. OLE color: 2361192.

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

Color convert

RGB104736-
CMYK00.930.650.59
HSL342.06º87.39%21.76%-
HSV(B)342.06º93.27%40.78%-
XYZ6.13.221.97-
YUV39.31126.14174.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.75%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=70.75%
G=4.76%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10473600.930.650.59342.0687.3921.76
Hex6872405D413B1565716
Octal15074401351017352612726
Binary1101000111100100010111011000001111011101010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680724; }

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

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

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

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

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

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

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

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