#68091E

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

Shades of Pohutukawa #68091E

Tints of Pohutukawa #68091E

Color information

#68091E (or 0x68091E) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 1E. RGB value is (104,9,30). Sum of RGB (Red+Green+Blue) = 104+9+30=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #68091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68091E is #97F6E1. Grayscale: #272727. Windows color (decimal): -9959138 or 1968488. OLE color: 1968488.

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

Color convert

RGB104930-
CMYK00.910.710.59
HSL346.74º84.07%22.16%-
HSV(B)346.74º91.35%40.78%-
XYZ6.043.231.53-
YUV39.8122.47173.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.73%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=72.73%
G=6.29%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10493000.910.710.59346.7484.0722.16
Hex6891E05B473B15b5416
Octal150113601331077353312426
Binary1101000100111110010110111000111111011101011011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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