#680916

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

Shades of Pohutukawa #680916

Tints of Pohutukawa #680916

Color information

#680916 (or 0x680916) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 16. RGB value is (104,9,22). Sum of RGB (Red+Green+Blue) = 104+9+22=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #680916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680916 is #97F6E9. Grayscale: #262626. Windows color (decimal): -9959146 or 1444200. OLE color: 1444200.

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

Color convert

RGB104922-
CMYK00.910.790.59
HSL351.79º84.07%22.16%-
HSV(B)351.79º91.35%40.78%-
XYZ5.953.21.06-
YUV38.89118.47174.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=77.04%
G=6.67%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10492200.910.790.59351.7984.0722.16
Hex6891605B4F3B1605416
Octal150112601331177354012426
Binary1101000100110110010110111001111111011101100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680916; }

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

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

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

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

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

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

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

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