#680911

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

Shades of Pohutukawa #680911

Tints of Pohutukawa #680911

Color information

#680911 (or 0x680911) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 11. RGB value is (104,9,17). Sum of RGB (Red+Green+Blue) = 104+9+17=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #680911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680911 is #97F6EE. Grayscale: #262626. Windows color (decimal): -9959151 or 1116520. OLE color: 1116520.

HSL color Cylindrical-coordinate representation of color #680911: hue angle of 354.95º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680911 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB104917-
CMYK00.910.840.59
HSL354.95º84.07%22.16%-
HSV(B)354.95º91.35%40.78%-
XYZ5.913.180.83-
YUV38.32115.97174.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 17 (7.03% from 255) = 13.08%
R=80%
G=6.92%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10491700.910.840.59354.9584.0722.16
Hex6891105B543B1635416
Octal150112101331247354312426
Binary1101000100110001010110111010100111011101100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680911; }

 p { color: rgb(104,9,17); }

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

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

 a { background-color: rgb(104,9,17); }

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

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

 span { border-color: rgb(104,9,17); }

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