#680A18

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

Shades of Pohutukawa #680A18

Tints of Pohutukawa #680A18

Color information

#680A18 (or 0x680A18) is unknown color: approx Pohutukawa. HEX triplet: 68, 0A and 18. RGB value is (104,10,24). Sum of RGB (Red+Green+Blue) = 104+10+24=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #680A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A18 is #97F5E7. Grayscale: #272727. Windows color (decimal): -9958888 or 1575528. OLE color: 1575528.

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

Color convert

RGB1041024-
CMYK00.900.770.59
HSL351.06º82.46%22.35%-
HSV(B)351.06º90.38%40.78%-
XYZ5.983.231.17-
YUV39.7119.14173.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=75.36%
G=7.25%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104102400.900.770.59351.0682.4622.35
Hex68A1805A4D3B15f5216
Octal150123001321157353712226
Binary1101000101011000010110101001101111011101011111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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