#681A2C

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

Shades of Pohutukawa #681A2C

Tints of Pohutukawa #681A2C

Color information

#681A2C (or 0x681A2C) is unknown color: approx Pohutukawa. HEX triplet: 68, 1A and 2C. RGB value is (104,26,44). Sum of RGB (Red+Green+Blue) = 104+26+44=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #681A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A2C is #97E5D3. Grayscale: #333333. Windows color (decimal): -9954772 or 2890344. OLE color: 2890344.

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

Color convert

RGB1042644-
CMYK00.750.580.59
HSL346.15º60%25.49%-
HSV(B)346.15º75%40.78%-
XYZ6.533.862.78-
YUV51.37123.84165.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=59.77%
G=14.94%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104264400.750.580.59346.156025.49
Hex681A2C04B3A3B15a3c19
Octal1503254011372735327431
Binary1101000110101011000100101111101011101110101101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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