#680721

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

Shades of Pohutukawa #680721

Tints of Pohutukawa #680721

Color information

#680721 (or 0x680721) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 21. RGB value is (104,7,33). Sum of RGB (Red+Green+Blue) = 104+7+33=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680721 is #97F8DE. Grayscale: #262626. Windows color (decimal): -9959647 or 2164584. OLE color: 2164584.

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

Color convert

RGB104733-
CMYK00.930.680.59
HSL343.92º87.39%21.76%-
HSV(B)343.92º93.27%40.78%-
XYZ6.063.21.74-
YUV38.97124.64174.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=72.22%
G=4.86%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10473300.930.680.59343.9287.3921.76
Hex6872105D443B1585716
Octal15074101351047353012726
Binary1101000111100001010111011000100111011101011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680721; }

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

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

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

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

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

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

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

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