#680D0E

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

Shades of Pohutukawa #680D0E

Tints of Pohutukawa #680D0E

Color information

#680D0E (or 0x680D0E) is unknown color: approx Pohutukawa. HEX triplet: 68, 0D and 0E. RGB value is (104,13,14). Sum of RGB (Red+Green+Blue) = 104+13+14=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D0E is #97F2F1. Grayscale: #282828. Windows color (decimal): -9958130 or 920936. OLE color: 920936.

HSL color Cylindrical-coordinate representation of color #680D0E: hue angle of 359.34º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D0E is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1041314-
CMYK00.880.870.59
HSL359.34º77.78%22.94%-
HSV(B)359.34º87.5%40.78%-
XYZ5.933.260.73-
YUV40.32113.15173.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 79.39%
GREEN value IS 13 (5.47% from 255) = 9.92%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=79.39%
G=9.92%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104131400.880.870.59359.3477.7822.94
Hex68DE058573B1674e17
Octal150151601301277354711627
Binary110100011011110010110001010111111011101100111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680D0E; }

 p { color: rgb(104,13,14); }

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

<style>
 a { background-color: #680D0E; }

 a { background-color: rgb(104,13,14); }

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

<style>
 span { border-color: #680D0E; }

 span { border-color: rgb(104,13,14); }

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