#680917

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

Shades of Pohutukawa #680917

Tints of Pohutukawa #680917

Color information

#680917 (or 0x680917) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 17. RGB value is (104,9,23). Sum of RGB (Red+Green+Blue) = 104+9+23=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #680917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680917 is #97F6E8. Grayscale: #272727. Windows color (decimal): -9959145 or 1509736. OLE color: 1509736.

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

Color convert

RGB104923-
CMYK00.910.780.59
HSL351.16º84.07%22.16%-
HSV(B)351.16º91.35%40.78%-
XYZ5.963.21.11-
YUV39118.97174.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 76.47%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=76.47%
G=6.62%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10492300.910.780.59351.1684.0722.16
Hex6891705B4E3B15f5416
Octal150112701331167353712426
Binary1101000100110111010110111001110111011101011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680917; }

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

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

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

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

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

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

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

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