#68191A

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

Shades of Pohutukawa #68191A

Tints of Pohutukawa #68191A

Color information

#68191A (or 0x68191A) is unknown color: approx Pohutukawa. HEX triplet: 68, 19 and 1A. RGB value is (104,25,26). Sum of RGB (Red+Green+Blue) = 104+25+26=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68191A is #97E6E5. Grayscale: #303030. Windows color (decimal): -9955046 or 1710440. OLE color: 1710440.

HSL color Cylindrical-coordinate representation of color #68191A: hue angle of 359.24º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68191A is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1042526-
CMYK00.760.750.59
HSL359.24º61.24%25.29%-
HSV(B)359.24º75.96%40.78%-
XYZ6.243.711.36-
YUV48.74115.17167.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=67.10%
G=16.13%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104252600.760.750.59359.2461.2425.29
Hex68191A04C4B3B1673d19
Octal15031320114113735477531
Binary1101000110011101001001100100101111101110110011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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