#68162C

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

Shades of Pohutukawa #68162C

Tints of Pohutukawa #68162C

Color information

#68162C (or 0x68162C) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 2C. RGB value is (104,22,44). Sum of RGB (Red+Green+Blue) = 104+22+44=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68162C is #97E9D3. Grayscale: #313131. Windows color (decimal): -9955796 or 2889320. OLE color: 2889320.

HSL color Cylindrical-coordinate representation of color #68162C: hue angle of 343.9º 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 #68162C is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1042244-
CMYK00.790.580.59
HSL343.9º65.08%24.71%-
HSV(B)343.9º78.85%40.78%-
XYZ6.453.72.76-
YUV49.03125.17167.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.18%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=61.18%
G=12.94%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104224400.790.580.59343.965.0824.71
Hex68162C04F3A3B1584119
Octal15026540117727353010131
Binary11010001011010110001001111111010111011101011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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