#680612

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

Shades of Pohutukawa #680612

Tints of Pohutukawa #680612

Color information

#680612 (or 0x680612) is unknown color: approx Pohutukawa. HEX triplet: 68, 06 and 12. RGB value is (104,6,18). Sum of RGB (Red+Green+Blue) = 104+6+18=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #680612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680612 is #97F9ED. Grayscale: #242424. Windows color (decimal): -9959918 or 1181288. OLE color: 1181288.

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

Color convert

RGB104618-
CMYK00.940.830.59
HSL352.65º89.09%21.57%-
HSV(B)352.65º94.23%40.78%-
XYZ5.883.120.86-
YUV36.67117.47176.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 81.25%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=81.25%
G=4.69%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10461800.940.830.59352.6589.0921.57
Hex6861205E533B1615916
Octal15062201361237354113126
Binary110100011010010010111101010011111011101100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680612; }

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

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

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

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

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

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

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

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