#681617

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

Shades of Pohutukawa #681617

Tints of Pohutukawa #681617

Color information

#681617 (or 0x681617) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 17. RGB value is (104,22,23). Sum of RGB (Red+Green+Blue) = 104+22+23=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681617 is #97E9E8. Grayscale: #2E2E2E. Windows color (decimal): -9955817 or 1513064. OLE color: 1513064.

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

Color convert

RGB1042223-
CMYK00.790.780.59
HSL359.27º65.08%24.71%-
HSV(B)359.27º78.85%40.78%-
XYZ6.153.581.18-
YUV46.63114.67168.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=69.80%
G=14.77%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104222300.790.780.59359.2765.0824.71
Hex68161704F4E3B1674119
Octal150262701171167354710131
Binary11010001011010111010011111001110111011101100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681617; }

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

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

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

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

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

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

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

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