#68070A

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

Shades of Pohutukawa #68070A

Tints of Pohutukawa #68070A

Color information

#68070A (or 0x68070A) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 0A. RGB value is (104,7,10). Sum of RGB (Red+Green+Blue) = 104+7+10=121 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.95% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 104 - color contains mainly: red. Hex color #68070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68070A is #97F8F5. Grayscale: #242424. Windows color (decimal): -9959670 or 657256. OLE color: 657256.

HSL color Cylindrical-coordinate representation of color #68070A: hue angle of 358.14º 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 #68070A is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB104710-
CMYK00.930.900.59
HSL358.14º87.39%21.76%-
HSV(B)358.14º93.27%40.78%-
XYZ5.843.120.58-
YUV36.34113.14176.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.95%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=85.95%
G=5.79%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10471000.930.900.59358.1487.3921.76
Hex687A05D5A3B1665716
Octal15071201351327354612726
Binary11010001111010010111011011010111011101100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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