#680C16

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

Shades of Pohutukawa #680C16

Tints of Pohutukawa #680C16

Color information

#680C16 (or 0x680C16) is unknown color: approx Pohutukawa. HEX triplet: 68, 0C and 16. RGB value is (104,12,22). Sum of RGB (Red+Green+Blue) = 104+12+22=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C16 is #97F3E9. Grayscale: #282828. Windows color (decimal): -9958378 or 1444968. OLE color: 1444968.

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

Color convert

RGB1041222-
CMYK00.880.790.59
HSL353.48º79.31%22.75%-
HSV(B)353.48º88.46%40.78%-
XYZ5.993.261.07-
YUV40.65117.48173.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 22 (8.98% from 255) = 15.94%
R=75.36%
G=8.70%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104122200.880.790.59353.4879.3122.75
Hex68C160584F3B1614f17
Octal150142601301177354111727
Binary1101000110010110010110001001111111011101100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680C16; }

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

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

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

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

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

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

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

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