#680F16

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

Shades of Pohutukawa #680F16

Tints of Pohutukawa #680F16

Color information

#680F16 (or 0x680F16) is unknown color: approx Pohutukawa. HEX triplet: 68, 0F and 16. RGB value is (104,15,22). Sum of RGB (Red+Green+Blue) = 104+15+22=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #680F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F16 is #97F0E9. Grayscale: #2A2A2A. Windows color (decimal): -9957610 or 1445736. OLE color: 1445736.

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

Color convert

RGB1041522-
CMYK00.860.790.59
HSL355.28º74.79%23.33%-
HSV(B)355.28º85.58%40.78%-
XYZ6.023.341.09-
YUV42.41116.49171.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=73.76%
G=10.64%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104152200.860.790.59355.2874.7923.33
Hex68F160564F3B1634b17
Octal150172601261177354311327
Binary1101000111110110010101101001111111011101100011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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