#68161C

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

Shades of Pohutukawa #68161C

Tints of Pohutukawa #68161C

Color information

#68161C (or 0x68161C) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 1C. RGB value is (104,22,28). Sum of RGB (Red+Green+Blue) = 104+22+28=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #68161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68161C is #97E9E3. Grayscale: #2F2F2F. Windows color (decimal): -9955812 or 1840744. OLE color: 1840744.

HSL color Cylindrical-coordinate representation of color #68161C: hue angle of 355.61º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68161C is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1042228-
CMYK00.790.730.59
HSL355.61º65.08%24.71%-
HSV(B)355.61º78.85%40.78%-
XYZ6.213.61.47-
YUV47.2117.17168.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=67.53%
G=14.29%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104222800.790.730.59355.6165.0824.71
Hex68161C04F493B1644119
Octal150263401171117354410131
Binary11010001011011100010011111001001111011101100100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,22,28); }

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

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

 a { background-color: rgb(104,22,28); }

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

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

 span { border-color: rgb(104,22,28); }

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