#681F29

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

Shades of Pohutukawa #681F29

Tints of Pohutukawa #681F29

Color information

#681F29 (or 0x681F29) is unknown color: approx Pohutukawa. HEX triplet: 68, 1F and 29. RGB value is (104,31,41). Sum of RGB (Red+Green+Blue) = 104+31+41=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F29 is #97E0D6. Grayscale: #353535. Windows color (decimal): -9953495 or 2695016. OLE color: 2695016.

HSL color Cylindrical-coordinate representation of color #681F29: hue angle of 351.78º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #681F29 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1043141-
CMYK00.700.610.59
HSL351.78º54.07%26.47%-
HSV(B)351.78º70.19%40.78%-
XYZ6.64.082.54-
YUV53.97120.68163.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.09%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=59.09%
G=17.61%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104314100.700.610.59351.7854.0726.47
Hex681F290463D3B160361a
Octal1503751010675735406632
Binary1101000111111010010100011011110111101110110000011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,31,41); }

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

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

 a { background-color: rgb(104,31,41); }

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

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

 span { border-color: rgb(104,31,41); }

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