#681624

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

Shades of Pohutukawa #681624

Tints of Pohutukawa #681624

Color information

#681624 (or 0x681624) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 24. RGB value is (104,22,36). Sum of RGB (Red+Green+Blue) = 104+22+36=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681624 is #97E9DB. Grayscale: #303030. Windows color (decimal): -9955804 or 2365032. OLE color: 2365032.

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

Color convert

RGB1042236-
CMYK00.790.650.59
HSL349.76º65.08%24.71%-
HSV(B)349.76º78.85%40.78%-
XYZ6.313.642.04-
YUV48.11121.17167.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=64.20%
G=13.58%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104223600.790.650.59349.7665.0824.71
Hex68162404F413B15e4119
Octal150264401171017353610131
Binary110100010110100100010011111000001111011101011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681624; }

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

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

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

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

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

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

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

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