#681016

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

Shades of Pohutukawa #681016

Tints of Pohutukawa #681016

Color information

#681016 (or 0x681016) is unknown color: approx Pohutukawa. HEX triplet: 68, 10 and 16. RGB value is (104,16,22). Sum of RGB (Red+Green+Blue) = 104+16+22=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #681016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681016 is #97EFE9. Grayscale: #2B2B2B. Windows color (decimal): -9957354 or 1445992. OLE color: 1445992.

HSL color Cylindrical-coordinate representation of color #681016: hue angle of 355.91º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681016 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1041622-
CMYK00.850.790.59
HSL355.91º73.33%23.53%-
HSV(B)355.91º84.62%40.78%-
XYZ6.043.371.09-
YUV43116.15171.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=73.24%
G=11.27%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104162200.850.790.59355.9173.3323.53
Hex6810160554F3B1644918
Octal150202601251177354411130
Binary11010001000010110010101011001111111011101100100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681016; }

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

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

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

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

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

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

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

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