#680B10

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

Shades of Pohutukawa #680B10

Tints of Pohutukawa #680B10

Color information

#680B10 (or 0x680B10) is unknown color: approx Pohutukawa. HEX triplet: 68, 0B and 10. RGB value is (104,11,16). Sum of RGB (Red+Green+Blue) = 104+11+16=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B10 is #97F4EF. Grayscale: #272727. Windows color (decimal): -9958640 or 1051496. OLE color: 1051496.

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

Color convert

RGB1041116-
CMYK00.890.850.59
HSL356.77º80.87%22.55%-
HSV(B)356.77º89.42%40.78%-
XYZ5.923.220.8-
YUV39.38114.81174.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 79.39%
GREEN value IS 11 (4.69% from 255) = 8.40%
BLUE value IS 16 (6.64% from 255) = 12.21%
R=79.39%
G=8.40%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104111600.890.850.59356.7780.8722.55
Hex68B10059553B1655117
Octal150132001311257354512127
Binary1101000101110000010110011010101111011101100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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