#68080C

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

Shades of Pohutukawa #68080C

Tints of Pohutukawa #68080C

Color information

#68080C (or 0x68080C) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 0C. RGB value is (104,8,12). Sum of RGB (Red+Green+Blue) = 104+8+12=124 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.87% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 104 - color contains mainly: red. Hex color #68080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68080C is #97F7F3. Grayscale: #252525. Windows color (decimal): -9959412 or 788584. OLE color: 788584.

HSL color Cylindrical-coordinate representation of color #68080C: hue angle of 357.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68080C is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB104812-
CMYK00.920.880.59
HSL357.5º85.71%21.96%-
HSV(B)357.5º92.31%40.78%-
XYZ5.863.140.65-
YUV37.16113.8175.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 83.87%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=83.87%
G=6.45%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10481200.920.880.59357.585.7121.96
Hex688C05C583B1665616
Octal150101401341307354612626
Binary110100010001100010111001011000111011101100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68080C; }

 p { color: rgb(104,8,12); }

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

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

 a { background-color: rgb(104,8,12); }

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

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

 span { border-color: rgb(104,8,12); }

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