#680B20

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

Shades of Pohutukawa #680B20

Tints of Pohutukawa #680B20

Color information

#680B20 (or 0x680B20) is unknown color: approx Pohutukawa. HEX triplet: 68, 0B and 20. RGB value is (104,11,32). Sum of RGB (Red+Green+Blue) = 104+11+32=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B20 is #97F4DF. Grayscale: #292929. Windows color (decimal): -9958624 or 2100072. OLE color: 2100072.

HSL color Cylindrical-coordinate representation of color #680B20: hue angle of 346.45º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B20 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1041132-
CMYK00.890.690.59
HSL346.45º80.87%22.55%-
HSV(B)346.45º89.42%40.78%-
XYZ6.093.291.68-
YUV41.2122.81172.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.75%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=70.75%
G=7.48%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104113200.890.690.59346.4580.8722.55
Hex68B20059453B15a5117
Octal150134001311057353212127
Binary11010001011100000010110011000101111011101011010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,11,32); }

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

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

 a { background-color: rgb(104,11,32); }

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

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

 span { border-color: rgb(104,11,32); }

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