#680D25

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

Shades of Pohutukawa #680D25

Tints of Pohutukawa #680D25

Color information

#680D25 (or 0x680D25) is unknown color: approx Pohutukawa. HEX triplet: 68, 0D and 25. RGB value is (104,13,37). Sum of RGB (Red+Green+Blue) = 104+13+37=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #680D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D25 is #97F2DA. Grayscale: #2A2A2A. Windows color (decimal): -9958107 or 2428264. OLE color: 2428264.

HSL color Cylindrical-coordinate representation of color #680D25: hue angle of 344.18º degrees, saturation: 0.78, 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 #680D25 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB1041337-
CMYK00.880.640.59
HSL344.18º77.78%22.94%-
HSV(B)344.18º87.5%40.78%-
XYZ6.193.362.07-
YUV42.94124.65171.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 13 (5.47% from 255) = 8.44%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=67.53%
G=8.44%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104133700.880.640.59344.1877.7822.94
Hex68D25058403B1584e17
Octal150154501301007353011627
Binary11010001101100101010110001000000111011101011000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,13,37); }

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

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

 a { background-color: rgb(104,13,37); }

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

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

 span { border-color: rgb(104,13,37); }

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