#68181E

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

Shades of Pohutukawa #68181E

Tints of Pohutukawa #68181E

Color information

#68181E (or 0x68181E) is unknown color: approx Pohutukawa. HEX triplet: 68, 18 and 1E. RGB value is (104,24,30). Sum of RGB (Red+Green+Blue) = 104+24+30=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #68181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68181E is #97E7E1. Grayscale: #303030. Windows color (decimal): -9955298 or 1972328. OLE color: 1972328.

HSL color Cylindrical-coordinate representation of color #68181E: hue angle of 355.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68181E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1042430-
CMYK00.770.710.59
HSL355.5º62.5%25.1%-
HSV(B)355.5º76.92%40.78%-
XYZ6.273.691.61-
YUV48.6117.5167.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=65.82%
G=15.19%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104243000.770.710.59355.562.525.1
Hex68181E04D473B1643e19
Octal15030360115107735447631
Binary1101000110001111001001101100011111101110110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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