#680914

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

Shades of Pohutukawa #680914

Tints of Pohutukawa #680914

Color information

#680914 (or 0x680914) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 14. RGB value is (104,9,20). Sum of RGB (Red+Green+Blue) = 104+9+20=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680914 is #97F6EB. Grayscale: #262626. Windows color (decimal): -9959148 or 1313128. OLE color: 1313128.

HSL color Cylindrical-coordinate representation of color #680914: hue angle of 353.05º 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 #680914 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB104920-
CMYK00.910.810.59
HSL353.05º84.07%22.16%-
HSV(B)353.05º91.35%40.78%-
XYZ5.933.190.96-
YUV38.66117.47174.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.20%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=78.20%
G=6.77%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10492000.910.810.59353.0584.0722.16
Hex6891405B513B1615416
Octal150112401331217354112426
Binary1101000100110100010110111010001111011101100001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680914; }

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

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

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

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

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

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

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

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