#68070B

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

Shades of Pohutukawa #68070B

Tints of Pohutukawa #68070B

Color information

#68070B (or 0x68070B) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 0B. RGB value is (104,7,11). Sum of RGB (Red+Green+Blue) = 104+7+11=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #68070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68070B is #97F8F4. Grayscale: #242424. Windows color (decimal): -9959669 or 722792. OLE color: 722792.

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

Color convert

RGB104711-
CMYK00.930.890.59
HSL357.53º87.39%21.76%-
HSV(B)357.53º93.27%40.78%-
XYZ5.853.120.61-
YUV36.46113.64176.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 85.25%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=85.25%
G=5.74%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10471100.930.890.59357.5387.3921.76
Hex687B05D593B1665716
Octal15071301351317354612726
Binary11010001111011010111011011001111011101100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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