#681626

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

Shades of Pohutukawa #681626

Tints of Pohutukawa #681626

Color information

#681626 (or 0x681626) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 26. RGB value is (104,22,38). Sum of RGB (Red+Green+Blue) = 104+22+38=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #681626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681626 is #97E9D9. Grayscale: #303030. Windows color (decimal): -9955802 or 2496104. OLE color: 2496104.

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

Color convert

RGB1042238-
CMYK00.790.630.59
HSL348.29º65.08%24.71%-
HSV(B)348.29º78.85%40.78%-
XYZ6.353.662.21-
YUV48.34122.17167.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=63.41%
G=13.41%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104223800.790.630.59348.2965.0824.71
Hex68162604F3F3B15c4119
Octal15026460117777353410131
Binary11010001011010011001001111111111111011101011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681626; }

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

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

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

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

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

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

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

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