#680A12

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

Shades of Pohutukawa #680A12

Tints of Pohutukawa #680A12

Color information

#680A12 (or 0x680A12) is unknown color: approx Pohutukawa. HEX triplet: 68, 0A and 12. RGB value is (104,10,18). Sum of RGB (Red+Green+Blue) = 104+10+18=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #680A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A12 is #97F5ED. Grayscale: #272727. Windows color (decimal): -9958894 or 1182312. OLE color: 1182312.

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

Color convert

RGB1041018-
CMYK00.900.830.59
HSL354.89º82.46%22.35%-
HSV(B)354.89º90.38%40.78%-
XYZ5.933.20.88-
YUV39.02116.14174.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=78.79%
G=7.58%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104101800.900.830.59354.8982.4622.35
Hex68A1205A533B1635216
Octal150122201321237354312226
Binary1101000101010010010110101010011111011101100011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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