#68060A

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

Shades of Pohutukawa #68060A

Tints of Pohutukawa #68060A

Color information

#68060A (or 0x68060A) is unknown color: approx Pohutukawa. HEX triplet: 68, 06 and 0A. RGB value is (104,6,10). Sum of RGB (Red+Green+Blue) = 104+6+10=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #68060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68060A is #97F9F5. Grayscale: #232323. Windows color (decimal): -9959926 or 657000. OLE color: 657000.

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

Color convert

RGB104610-
CMYK00.940.900.59
HSL357.55º89.09%21.57%-
HSV(B)357.55º94.23%40.78%-
XYZ5.833.10.58-
YUV35.76113.47176.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 86.67%
GREEN value IS 6 (2.73% from 255) = 5%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=86.67%
G=5%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10461000.940.900.59357.5589.0921.57
Hex686A05E5A3B1665916
Octal15061201361327354613126
Binary11010001101010010111101011010111011101100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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