#681A20

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

Shades of Pohutukawa #681A20

Tints of Pohutukawa #681A20

Color information

#681A20 (or 0x681A20) is unknown color: approx Pohutukawa. HEX triplet: 68, 1A and 20. RGB value is (104,26,32). Sum of RGB (Red+Green+Blue) = 104+26+32=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A20 is #97E5DF. Grayscale: #323232. Windows color (decimal): -9954784 or 2103912. OLE color: 2103912.

HSL color Cylindrical-coordinate representation of color #681A20: hue angle of 355.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A20 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1042632-
CMYK00.750.690.59
HSL355.38º60%25.49%-
HSV(B)355.38º75%40.78%-
XYZ6.343.791.76-
YUV50.01117.84166.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=64.20%
G=16.05%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104263200.750.690.59355.386025.49
Hex681A2004B453B1633c19
Octal15032400113105735437431
Binary11010001101010000001001011100010111101110110001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681A20; }

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

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

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

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

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

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

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

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