#68161E

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

Shades of Pohutukawa #68161E

Tints of Pohutukawa #68161E

Color information

#68161E (or 0x68161E) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 1E. RGB value is (104,22,30). Sum of RGB (Red+Green+Blue) = 104+22+30=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68161E is #97E9E1. Grayscale: #2F2F2F. Windows color (decimal): -9955810 or 1971816. OLE color: 1971816.

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

Color convert

RGB1042230-
CMYK00.790.710.59
HSL354.15º65.08%24.71%-
HSV(B)354.15º78.85%40.78%-
XYZ6.233.611.6-
YUV47.43118.17168.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 30 (12.11% from 255) = 19.23%
R=66.67%
G=14.10%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104223000.790.710.59354.1565.0824.71
Hex68161E04F473B1624119
Octal150263601171077354210131
Binary11010001011011110010011111000111111011101100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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