#680A15

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

Shades of Pohutukawa #680A15

Tints of Pohutukawa #680A15

Color information

#680A15 (or 0x680A15) is unknown color: approx Pohutukawa. HEX triplet: 68, 0A and 15. RGB value is (104,10,21). Sum of RGB (Red+Green+Blue) = 104+10+21=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #680A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A15 is #97F5EA. Grayscale: #272727. Windows color (decimal): -9958891 or 1378920. OLE color: 1378920.

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

Color convert

RGB1041021-
CMYK00.900.800.59
HSL352.98º82.46%22.35%-
HSV(B)352.98º90.38%40.78%-
XYZ5.953.211.02-
YUV39.36117.64174.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.04%
GREEN value IS 10 (4.30% from 255) = 7.41%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=77.04%
G=7.41%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104102100.900.800.59352.9882.4622.35
Hex68A1505A503B1615216
Octal150122501321207354112226
Binary1101000101010101010110101010000111011101100001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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