#681619

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

Shades of Pohutukawa #681619

Tints of Pohutukawa #681619

Color information

#681619 (or 0x681619) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 19. RGB value is (104,22,25). Sum of RGB (Red+Green+Blue) = 104+22+25=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #681619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681619 is #97E9E6. Grayscale: #2E2E2E. Windows color (decimal): -9955815 or 1644136. OLE color: 1644136.

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

Color convert

RGB1042225-
CMYK00.790.760.59
HSL357.8º65.08%24.71%-
HSV(B)357.8º78.85%40.78%-
XYZ6.173.591.29-
YUV46.86115.67168.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=68.87%
G=14.57%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104222500.790.760.59357.865.0824.71
Hex68161904F4C3B1664119
Octal150263101171147354610131
Binary11010001011011001010011111001100111011101100110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681619; }

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

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

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

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

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

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

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

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