#68191E

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

Shades of Pohutukawa #68191E

Tints of Pohutukawa #68191E

Color information

#68191E (or 0x68191E) is unknown color: approx Pohutukawa. HEX triplet: 68, 19 and 1E. RGB value is (104,25,30). Sum of RGB (Red+Green+Blue) = 104+25+30=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #68191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68191E is #97E6E1. Grayscale: #313131. Windows color (decimal): -9955042 or 1972584. OLE color: 1972584.

HSL color Cylindrical-coordinate representation of color #68191E: hue angle of 356.2º 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 #68191E is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1042530-
CMYK00.760.710.59
HSL356.2º61.24%25.29%-
HSV(B)356.2º75.96%40.78%-
XYZ6.293.731.62-
YUV49.19117.17167.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=65.41%
G=15.72%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104253000.760.710.59356.261.2425.29
Hex68191E04C473B1643d19
Octal15031360114107735447531
Binary1101000110011111001001100100011111101110110010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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