#681F2B

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

Shades of Pohutukawa #681F2B

Tints of Pohutukawa #681F2B

Color information

#681F2B (or 0x681F2B) is unknown color: approx Pohutukawa. HEX triplet: 68, 1F and 2B. RGB value is (104,31,43). Sum of RGB (Red+Green+Blue) = 104+31+43=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #681F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F2B is #97E0D4. Grayscale: #363636. Windows color (decimal): -9953493 or 2826088. OLE color: 2826088.

HSL color Cylindrical-coordinate representation of color #681F2B: hue angle of 350.14º 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 #681F2B is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1043143-
CMYK00.700.590.59
HSL350.14º54.07%26.47%-
HSV(B)350.14º70.19%40.78%-
XYZ6.634.12.73-
YUV54.2121.68163.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.43%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=58.43%
G=17.42%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104314300.700.590.59350.1454.0726.47
Hex681F2B0463B3B15e361a
Octal1503753010673735366632
Binary1101000111111010110100011011101111101110101111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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