#680F19

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

Shades of Pohutukawa #680F19

Tints of Pohutukawa #680F19

Color information

#680F19 (or 0x680F19) is unknown color: approx Pohutukawa. HEX triplet: 68, 0F and 19. RGB value is (104,15,25). Sum of RGB (Red+Green+Blue) = 104+15+25=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F19 is #97F0E6. Grayscale: #2A2A2A. Windows color (decimal): -9957607 or 1642344. OLE color: 1642344.

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

Color convert

RGB1041525-
CMYK00.860.760.59
HSL353.26º74.79%23.33%-
HSV(B)353.26º85.58%40.78%-
XYZ6.063.351.25-
YUV42.75117.99171.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=72.22%
G=10.42%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104152500.860.760.59353.2674.7923.33
Hex68F190564C3B1614b17
Octal150173101261147354111327
Binary1101000111111001010101101001100111011101100001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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