#68070F

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

Shades of Pohutukawa #68070F

Tints of Pohutukawa #68070F

Color information

#68070F (or 0x68070F) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 0F. RGB value is (104,7,15). Sum of RGB (Red+Green+Blue) = 104+7+15=126 (16% of max value = 765). Red value is 104 (41.02% from 255 or 82.54% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 104 - color contains mainly: red. Hex color #68070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68070F is #97F8F0. Grayscale: #242424. Windows color (decimal): -9959665 or 984936. OLE color: 984936.

HSL color Cylindrical-coordinate representation of color #68070F: hue angle of 355.05º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68070F is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB104715-
CMYK00.930.860.59
HSL355.05º87.39%21.76%-
HSV(B)355.05º93.27%40.78%-
XYZ5.873.130.75-
YUV36.92115.64175.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 82.54%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=82.54%
G=5.56%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10471500.930.860.59355.0587.3921.76
Hex687F05D563B1635716
Octal15071701351267354312726
Binary11010001111111010111011010110111011101100011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,7,15); }

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

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

 a { background-color: rgb(104,7,15); }

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

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

 span { border-color: rgb(104,7,15); }

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