#680F15

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

Shades of Pohutukawa #680F15

Tints of Pohutukawa #680F15

Color information

#680F15 (or 0x680F15) is unknown color: approx Pohutukawa. HEX triplet: 68, 0F and 15. RGB value is (104,15,21). Sum of RGB (Red+Green+Blue) = 104+15+21=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #680F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F15 is #97F0EA. Grayscale: #2A2A2A. Windows color (decimal): -9957611 or 1380200. OLE color: 1380200.

HSL color Cylindrical-coordinate representation of color #680F15: hue angle of 355.96º 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 #680F15 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1041521-
CMYK00.860.800.59
HSL355.96º74.79%23.33%-
HSV(B)355.96º85.58%40.78%-
XYZ6.023.341.04-
YUV42.29115.99172.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.29%
GREEN value IS 15 (6.25% from 255) = 10.71%
BLUE value IS 21 (8.59% from 255) = 15%
R=74.29%
G=10.71%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104152100.860.800.59355.9674.7923.33
Hex68F15056503B1644b17
Octal150172501261207354411327
Binary1101000111110101010101101010000111011101100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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