#68161A

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

Shades of Pohutukawa #68161A

Tints of Pohutukawa #68161A

Color information

#68161A (or 0x68161A) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 1A. RGB value is (104,22,26). Sum of RGB (Red+Green+Blue) = 104+22+26=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68161A is #97E9E5. Grayscale: #2F2F2F. Windows color (decimal): -9955814 or 1709672. OLE color: 1709672.

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

Color convert

RGB1042226-
CMYK00.790.750.59
HSL357.07º65.08%24.71%-
HSV(B)357.07º78.85%40.78%-
XYZ6.183.591.34-
YUV46.97116.17168.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=68.42%
G=14.47%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104222600.790.750.59357.0765.0824.71
Hex68161A04F4B3B1654119
Octal150263201171137354510131
Binary11010001011011010010011111001011111011101100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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