#681622

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

Shades of Pohutukawa #681622

Tints of Pohutukawa #681622

Color information

#681622 (or 0x681622) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 22. RGB value is (104,22,34). Sum of RGB (Red+Green+Blue) = 104+22+34=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681622 is #97E9DD. Grayscale: #2F2F2F. Windows color (decimal): -9955806 or 2233960. OLE color: 2233960.

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

Color convert

RGB1042234-
CMYK00.790.670.59
HSL351.22º65.08%24.71%-
HSV(B)351.22º78.85%40.78%-
XYZ6.283.631.88-
YUV47.89120.17168.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 34 (13.67% from 255) = 21.25%
R=65%
G=13.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104223400.790.670.59351.2265.0824.71
Hex68162204F433B15f4119
Octal150264201171037353710131
Binary110100010110100010010011111000011111011101011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681622; }

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

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

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

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

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

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

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

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