#68060F

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

Shades of Pohutukawa #68060F

Tints of Pohutukawa #68060F

Color information

#68060F (or 0x68060F) is unknown color: approx Pohutukawa. HEX triplet: 68, 06 and 0F. RGB value is (104,6,15). Sum of RGB (Red+Green+Blue) = 104+6+15=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #68060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68060F is #97F9F0. Grayscale: #242424. Windows color (decimal): -9959921 or 984680. OLE color: 984680.

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

Color convert

RGB104615-
CMYK00.940.860.59
HSL354.49º89.09%21.57%-
HSV(B)354.49º94.23%40.78%-
XYZ5.863.110.74-
YUV36.33115.97176.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.2%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 15 (6.25% from 255) = 12%
R=83.2%
G=4.8%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10461500.940.860.59354.4989.0921.57
Hex686F05E563B1625916
Octal15061701361267354213126
Binary11010001101111010111101010110111011101100010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68060F; }

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

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

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

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

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

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

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

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