#680A26

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

Shades of Pohutukawa #680A26

Tints of Pohutukawa #680A26

Color information

#680A26 (or 0x680A26) is unknown color: approx Pohutukawa. HEX triplet: 68, 0A and 26. RGB value is (104,10,38). Sum of RGB (Red+Green+Blue) = 104+10+38=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #680A26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A26 is #97F5D9. Grayscale: #292929. Windows color (decimal): -9958874 or 2493032. OLE color: 2493032.

HSL color Cylindrical-coordinate representation of color #680A26: hue angle of 342.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A26 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1041038-
CMYK00.900.630.59
HSL342.13º82.46%22.35%-
HSV(B)342.13º90.38%40.78%-
XYZ6.173.32.15-
YUV41.3126.14172.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 38 (15.23% from 255) = 25%
R=68.42%
G=6.58%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104103800.900.630.59342.1382.4622.35
Hex68A2605A3F3B1565216
Octal15012460132777352612226
Binary1101000101010011001011010111111111011101010110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,10,38); }

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

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

 a { background-color: rgb(104,10,38); }

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

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

 span { border-color: rgb(104,10,38); }

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