#681627

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

Shades of Pohutukawa #681627

Tints of Pohutukawa #681627

Color information

#681627 (or 0x681627) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 27. RGB value is (104,22,39). Sum of RGB (Red+Green+Blue) = 104+22+39=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #681627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681627 is #97E9D8. Grayscale: #303030. Windows color (decimal): -9955801 or 2561640. OLE color: 2561640.

HSL color Cylindrical-coordinate representation of color #681627: hue angle of 347.56º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #681627 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1042239-
CMYK00.790.620.59
HSL347.56º65.08%24.71%-
HSV(B)347.56º78.85%40.78%-
XYZ6.363.662.29-
YUV48.46122.67167.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=63.03%
G=13.33%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104223900.790.620.59347.5665.0824.71
Hex68162704F3E3B15c4119
Octal15026470117767353410131
Binary11010001011010011101001111111110111011101011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681627; }

 p { color: rgb(104,22,39); }

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

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

 a { background-color: rgb(104,22,39); }

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

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

 span { border-color: rgb(104,22,39); }

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