#680820

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

Shades of Pohutukawa #680820

Tints of Pohutukawa #680820

Color information

#680820 (or 0x680820) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 20. RGB value is (104,8,32). Sum of RGB (Red+Green+Blue) = 104+8+32=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680820 is #97F7DF. Grayscale: #272727. Windows color (decimal): -9959392 or 2099304. OLE color: 2099304.

HSL color Cylindrical-coordinate representation of color #680820: hue angle of 345º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680820 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB104832-
CMYK00.920.690.59
HSL345º85.71%21.96%-
HSV(B)345º92.31%40.78%-
XYZ6.063.221.67-
YUV39.44123.8174.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=72.22%
G=5.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10483200.920.690.5934585.7121.96
Hex6882005C453B1595616
Octal150104001341057353112626
Binary11010001000100000010111001000101111011101011001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680820; }

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

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

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

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

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

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

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

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