#681628

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

Shades of Pohutukawa #681628

Tints of Pohutukawa #681628

Color information

#681628 (or 0x681628) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 28. RGB value is (104,22,40). Sum of RGB (Red+Green+Blue) = 104+22+40=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #681628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681628 is #97E9D7. Grayscale: #303030. Windows color (decimal): -9955800 or 2627176. OLE color: 2627176.

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

Color convert

RGB1042240-
CMYK00.790.620.59
HSL346.83º65.08%24.71%-
HSV(B)346.83º78.85%40.78%-
XYZ6.383.672.38-
YUV48.57123.17167.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.65%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=62.65%
G=13.25%
B=24.10%

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
Decimal104224000.790.620.59346.8365.0824.71
Hex68162804F3E3B15b4119
Octal15026500117767353310131
Binary11010001011010100001001111111110111011101011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681628; }

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

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

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

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

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

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

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

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