#68091F

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

Shades of Pohutukawa #68091F

Tints of Pohutukawa #68091F

Color information

#68091F (or 0x68091F) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 1F. RGB value is (104,9,31). Sum of RGB (Red+Green+Blue) = 104+9+31=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #68091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68091F is #97F6E0. Grayscale: #272727. Windows color (decimal): -9959137 or 2034024. OLE color: 2034024.

HSL color Cylindrical-coordinate representation of color #68091F: hue angle of 346.11º 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 #68091F is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB104931-
CMYK00.910.700.59
HSL346.11º84.07%22.16%-
HSV(B)346.11º91.35%40.78%-
XYZ6.053.241.6-
YUV39.91122.97173.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=72.22%
G=6.25%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10493100.910.700.59346.1184.0722.16
Hex6891F05B463B15a5416
Octal150113701331067353212426
Binary1101000100111111010110111000110111011101011010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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