#680918

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

Shades of Pohutukawa #680918

Tints of Pohutukawa #680918

Color information

#680918 (or 0x680918) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 18. RGB value is (104,9,24). Sum of RGB (Red+Green+Blue) = 104+9+24=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #680918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680918 is #97F6E7. Grayscale: #272727. Windows color (decimal): -9959144 or 1575272. OLE color: 1575272.

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

Color convert

RGB104924-
CMYK00.910.770.59
HSL350.53º84.07%22.16%-
HSV(B)350.53º91.35%40.78%-
XYZ5.973.21.17-
YUV39.11119.47174.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.91%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=75.91%
G=6.57%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10492400.910.770.59350.5384.0722.16
Hex6891805B4D3B15f5416
Octal150113001331157353712426
Binary1101000100111000010110111001101111011101011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680918; }

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

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

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

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

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

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

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

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