#680B0E

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

Shades of Pohutukawa #680B0E

Tints of Pohutukawa #680B0E

Color information

#680B0E (or 0x680B0E) is unknown color: approx Pohutukawa. HEX triplet: 68, 0B and 0E. RGB value is (104,11,14). Sum of RGB (Red+Green+Blue) = 104+11+14=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #680B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B0E is #97F4F1. Grayscale: #272727. Windows color (decimal): -9958642 or 920424. OLE color: 920424.

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

Color convert

RGB1041114-
CMYK00.890.870.59
HSL358.06º80.87%22.55%-
HSV(B)358.06º89.42%40.78%-
XYZ5.913.210.72-
YUV39.15113.81174.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80.62%
GREEN value IS 11 (4.69% from 255) = 8.53%
BLUE value IS 14 (5.86% from 255) = 10.85%
R=80.62%
G=8.53%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104111400.890.870.59358.0680.8722.55
Hex68BE059573B1665117
Octal150131601311277354612127
Binary110100010111110010110011010111111011101100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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