#68151E

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

Shades of Pohutukawa #68151E

Tints of Pohutukawa #68151E

Color information

#68151E (or 0x68151E) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 1E. RGB value is (104,21,30). Sum of RGB (Red+Green+Blue) = 104+21+30=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151E is #97EAE1. Grayscale: #2E2E2E. Windows color (decimal): -9956066 or 1971560. OLE color: 1971560.

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

Color convert

RGB1042130-
CMYK00.800.710.59
HSL353.49º66.4%24.51%-
HSV(B)353.49º79.81%40.78%-
XYZ6.213.571.59-
YUV46.84118.5168.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=67.10%
G=13.55%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104213000.800.710.59353.4966.424.51
Hex68151E050473B1614219
Octal150253601201077354110231
Binary11010001010111110010100001000111111011101100001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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