#681629

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

Shades of Pohutukawa #681629

Tints of Pohutukawa #681629

Color information

#681629 (or 0x681629) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 29. RGB value is (104,22,41). Sum of RGB (Red+Green+Blue) = 104+22+41=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #681629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681629 is #97E9D6. Grayscale: #303030. Windows color (decimal): -9955799 or 2692712. OLE color: 2692712.

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

Color convert

RGB1042241-
CMYK00.790.610.59
HSL346.1º65.08%24.71%-
HSV(B)346.1º78.85%40.78%-
XYZ6.43.682.47-
YUV48.68123.67167.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=62.28%
G=13.17%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104224100.790.610.59346.165.0824.71
Hex68162904F3D3B15a4119
Octal15026510117757353210131
Binary11010001011010100101001111111101111011101011010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681629; }

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

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

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

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

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

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

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

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