#68161F

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

Shades of Pohutukawa #68161F

Tints of Pohutukawa #68161F

Color information

#68161F (or 0x68161F) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 1F. RGB value is (104,22,31). Sum of RGB (Red+Green+Blue) = 104+22+31=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68161F is #97E9E0. Grayscale: #2F2F2F. Windows color (decimal): -9955809 or 2037352. OLE color: 2037352.

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

Color convert

RGB1042231-
CMYK00.790.700.59
HSL353.41º65.08%24.71%-
HSV(B)353.41º78.85%40.78%-
XYZ6.243.621.67-
YUV47.54118.67168.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=66.24%
G=14.01%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104223100.790.700.59353.4165.0824.71
Hex68161F04F463B1614119
Octal150263701171067354110131
Binary11010001011011111010011111000110111011101100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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