#68070C

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

Shades of Pohutukawa #68070C

Tints of Pohutukawa #68070C

Color information

#68070C (or 0x68070C) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 0C. RGB value is (104,7,12). Sum of RGB (Red+Green+Blue) = 104+7+12=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #68070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68070C is #97F8F3. Grayscale: #242424. Windows color (decimal): -9959668 or 788328. OLE color: 788328.

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

Color convert

RGB104712-
CMYK00.930.880.59
HSL356.91º87.39%21.76%-
HSV(B)356.91º93.27%40.78%-
XYZ5.853.120.64-
YUV36.57114.14176.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 84.55%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=84.55%
G=5.69%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10471200.930.880.59356.9187.3921.76
Hex687C05D583B1655716
Octal15071401351307354512726
Binary11010001111100010111011011000111011101100101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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